In the table below, please find possible errors codes that you may encounter while implementing Sourcepoint for Android:
Name | Code | Description |
GenericSDKException |
| Catch-all exception |
InvalidLocalDataException |
| a property is missing from local storage or in a configuration object |
InvalidResponseWebMessage |
| when the response from getting the message is invalid |
InvalidResponseNativeMessage |
| when the response from getting the native message is invalid |
InvalidResponseConsent |
| when the response from posting consent is invalid |
InvalidResponseCustomConsent |
| when the response from posting custom consent is invalid |
InvalidEventPayload |
| the event payload coming from the webview is invalid |
InvalidOnActionEventPayload |
| event payloads are not expected onAction |
InvalidRequestError |
| When the SDK does not have all the necessary data to perform a request. |
RenderingApp | multiple | JS on error is called |
WebView |
| WebView error handler |
NoInternetConnection |
| User has no Internet connection. |
InternalServer |
| 5xx |
ResourceNotFound |
| 4xx |
ConnectionTimeout |
| Timed out when loading {url} after {x} seconds. |
GenericNetworkRequest |
| Generic network request error |