Connect Errors
Server
If there is a server error, the user will return to your application.
Parameter | Required | Description |
---|---|---|
error | true | server_error |
error_description | true | Unexpected server error. Please try again. |
Example redirect uri
We only show the “Exit” button if a redirect URI is available. If there is a failure before the validation of the redirect URI, we are unable to include the “Exit” button on the Error page. In those cases, we would not be able to report the status_code
and error_message
back to the developer, but they will still be available on screen in the Error page.
Server Error
Was this page helpful?