In the table below, please find possible errors codes that you may encounter while implementing Sourcepoint for iOS:
Name | Code | Description |
InvalidURL |
| When a URL cannot be constructed |
UnableToLoadJSReceiver |
| The SDK wasn't able to load (or inject) the Javascript intercace into the webview |
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 |