Connect Errors
Configuration
This error occurs when the user has encountered an Error page in Connect and has chosen to return to your application.
Parameter | Required | Description |
---|---|---|
error | true | configuration_error |
error_description | true | There has been an error in the configuration of your application. |
status_code | true | The status code of the error encountered in Connect |
error_message | true | The error message seen by the user |
Example redirect uri
On redirect, Connect will return the status code and message of the error that they encountered. This will be triggered if:
- A user tried to directly navigate to a page that is past their current step in Connect (ie. going directly from the Preamble screen to the Permission Grants screen by directly going to connect.smartcar.com/grant).
- A user is trying to use Single Select in live mode with a test mode VIN or with a simulated VIN in a non-simulated mode.
- A user is trying to use Single Select with an invalid mock VIN.
- A validation error occurs when trying to check compatibility by VIN.
These cases will trigger the following error and give the user the ability to “Exit” Connect.
Error Page