Errors
Connected services account
ACCOUNT_ISSUE
Action needed in the user’s connected services account. The user needs to log in and complete an outstanding task in their connected services account.
Examples:
- The user needs to accept the connected services app’s Terms of Service.
- The user has created but not yet fully activated their connected services account.
{
"type": "CONNECTED_SERVICES_ACCOUNT",
"code": "ACCOUNT_ISSUE",
"description": "Action needed in the user’s connected services account. Please prompt the user to log into their connected services account and complete any outstanding tasks.",
"docURL": "https://smartcar.com/docs/errors/v2.0/connected-services-account/#account_issue",
"statusCode": 400,
"requestId": "5dea93a1-3f79-4246-90c5-89610a20471b",
"resolution": { "type": null }
}
Suggested resolution
The user can resolve this error by logging into their connected services account and completing any outstanding tasks.
Troubleshooting steps
- Prompt the user to log into their connected services account using the app or web portal.
- Prompt the user to try triggering an action on their car, e.g. locking the doors or flashing the lights.
- At this point, the app should prompt the user to complete their outstanding task.
Suggested user message
Action required in your connected services account. Please log into your connected services app or web portal and complete any outstanding tasks (e.g. finish activating your account or accept the Terms of Service).
AUTHENTICATION_FAILED
Smartcar was unable to authenticate with the user’s connected services account. This error usually occurs when the user has updated their connected services account credentials and not yet re-authenticated in Smartcar Connect. The user should re-authenticate using Smartcar Connect.
{
"type": "CONNECTED_SERVICES_ACCOUNT",
"code": "AUTHENTICATION_FAILED",
"description": "Smartcar was unable to authenticate with the user’s connected services account. Please prompt the user to re-authenticate using Smartcar Connect.",
"docURL": "https://smartcar.com/docs/errors/v2.0/connected-services-account/#authentication_failed",
"statusCode": 400,
"requestId": "5dea93a1-3f79-4246-90c5-89610a20471b",
"resolution": { "type": "REAUTHENTICATE", "url": "https://connect.smartcar.com/oauth/reauthenticate?response_type=vehicle_id&client_id=8229df9f-91a0-4ff0-a1ae-a1f38ee24d07&vehicle_id=sc4a1b01e5-0497-417c-a30e-6df6ba33ba46" }
}
Suggested resolution
resolution
field contains a partially constructed URL for Smartcar Connect Re-authentication, please see the API reference for more detail.Suggested user message
Your car got disconnected from <app name>
. Please use this link to re-connect your car: <link to Smartcar Connect>
.
NO_VEHICLES
No vehicles found in the user’s connected services account. The user might not yet have added their vehicle to their account, or they might not yet have activated connected services for the vehicle.
{
"type": "CONNECTED_SERVICES_ACCOUNT",
"code": "NO_VEHICLES",
"description": "No vehicles found in the user’s connected services account. Please prompt the user to add their vehicle to their connected services account and re-authenticate using Smartcar Connect.",
"docURL": "https://smartcar.com/docs/errors/v2.0/connected-services-account/#no_vehicles",
"statusCode": 400,
"requestId": "5dea93a1-3f79-4246-90c5-89610a20471b",
"resolution": { "type": null }
}
Suggested resolution
Please prompt the user to either add their vehicle to their connected services account or activate connected services for the vehicle. Then prompt them to re-authenticate using Smartcar Connect.
Troubleshooting steps
- Prompt the user to log into their connected services account using the app or web portal.
- Prompt the user to check whether there are any vehicles listed in their account.
- If there are no vehicles listed, prompt the user to add their vehicle.
- If there are one or more vehicles listed, this means that none of the vehicles have had their connected services activated. Prompt the user to activate connected services for at least one vehicle.
- Provide the user with a link to Smartcar Connect and prompt them to re-connect their vehicle.
Suggested user message
No cars found in your connected services account. Please ensure that you have added your car to your account and that you have activated its connected services. Then use this link to re-connect your car to <app name>
: <link to Smartcar Connect>
.
SUBSCRIPTION
The vehicle’s connected services subscription is inactive or does not support the requested API endpoint.
There are several situations that can cause this error:
- The vehicle has never had an active connected services subscription.
- The vehicle’s connected services subscription has expired.
- The vehicle’s connected services subscription does not support the requested API endpoint. Note: Some car manufacturers offer multiple connected services subscription packages, each of which supports different API endpoints.
{
"type": "CONNECTED_SERVICES_ACCOUNT",
"code": "SUBSCRIPTION",
"description": "The vehicle’s connected services subscription is inactive or does not support the requested API endpoint.",
"docURL": "https://smartcar.com/docs/errors/v2.0/connected-services-account/#subscription",
"statusCode": 400,
"requestId": "5dea93a1-3f79-4246-90c5-89610a20471b",
"resolution": { "type": null }
}
Suggested resolution
The user can resolve this error by logging into their connected services account and either (re-)activating their subscription or purchasing the required subscription package.
Troubleshooting steps
If you don’t know which subscription package the user needs to purchase, please contact our team for help.
Suggested user message
Your car’s connected services subscription has either expired or it doesn’t support the necessary features to connect to <app name>
. Please activate your subscription or contact us to upgrade your subscription.
VEHICLE_MISSING
This vehicle is no longer associated with the user’s connected services account. The user might have removed it from their account. The user needs to log into their connected services account and either re-add the vehicle or re-activate its subscription.
{
"type": "CONNECTED_SERVICES_ACCOUNT",
"code": "VEHICLE_MISSING",
"description": "This vehicle is no longer associated with the user’s connected services account. Please prompt the user to re-add the vehicle to their account.",
"docURL": "https://smartcar.com/docs/errors/v2.0/connected-services-account/#vehicle_missing",
"statusCode": 400,
"requestId": "5dea93a1-3f79-4246-90c5-89610a20471b",
"resolution": { "type": null }
}
Suggested resolution
The user can resolve this issue by logging into their connected services account and either re-adding the vehicle or re-activating its subscription.
Troubleshooting steps
- Prompt the user to log into their connected services account using the app or web portal.
- Prompt the user to check whether the vehicle is listed under their account.
- If the vehicle is not listed, prompt the user to add the vehicle to their account.
- If the vehicle is listed, prompt the user to activate the vehicle’s connected services subscription.
Suggested user message
This car is no longer associated with your connected services account. Please log into your account and re-add this car.