This topic describes the error codes returned by the Android client when you integrate the CAPTCHA feature.
Error code | Error description | Description |
-10170 | Invalid parameter | The success callback for the response is null. |
-10171 | Invalid parameter | The Context object is null. |
-10172 | Invalid parameter | The Context instance must be of the Activity type. |
-10174 | Invalid parameter | The appId is not configured. |
-13099 | Unsupported WebView component | An error occurred when creating a new WebView object on the current device. |
-13175 | Invalid parameter | The static H5 page address is configured incorrectly. |
-13201 | Network error | ERROR_UNKNOWN: A generic error occurred. |
-13202 | Network error | ERR_ADDRESS_UNREACHABLE: The address is unreachable. |
-13203 | Network error | ERROR_UNSUPPORTED_AUTH_SCHEME: The authentication scheme is not supported. |
-13204 | Network error | ERROR_AUTHENTICATION: User authentication failed. |
-13205 | Network error | ERROR_PROXY_AUTHENTICATION: Proxy user authentication failed. |
-13206 | Network error | ERROR_CONNECT: Failed to connect to the server. |
-13207 | Network error | ERROR_IO: Failed to read from or write to the server. |
-13208 | Network error | ERR_CONNECTION_TIMED_OUT: The connection timed out. |
-13209 | Network error | ERROR_REDIRECT_LOOP: Too many redirects. |
-13210 | Network error | ERROR_UNSUPPORTED_SCHEME: The URI scheme is not supported. |
-13211 | Network error | ERROR_FAILED_SSL_HANDSHAKE: The SSL handshake failed. |
-13212 | Network error | ERROR_BAD_URL: The URL is malformed. |
-13213 | Network error | ERROR_FILE: A generic file error occurred. |
-13214 | Network error | ERROR_FILE_NOT_FOUND: The file was not found. |
-13215 | Network error | ERROR_TOO_MANY_REQUESTS: Too many load requests. |
-13216 | Network error | ERROR_UNSAFE_RESOURCE: The resource load was canceled. |
-13220 | Network error | A WebView load error occurred. No detailed error code is available for system versions earlier than 4.4w. |
-13221 | Network error | A WebView load error occurred. No detailed error code is available for system versions 5.0 or 5.1. |
-13300 | Certificate error | SSL_NOTYETVALID: The certificate is not yet valid. |
-13301 | Certificate error | SSL_EXPIRED: The certificate has expired. |
-13302 | Certificate error | SSL_IDMISMATCH: The certificate does not match the hostname. |
-13303 | Certificate error | SSL_UNTRUSTED: The certification authority is not trusted. |
-13304 | Certificate error | SSL_DATE_INVALID: The certificate date is invalid. |
-13305 | Certificate error | SSL_INVALID: A generic certificate error occurred. |
-13580 | A problem occurred during loading. | The data from the H5 callback is empty. |
-13581 | A problem occurred during loading. | An error occurred when parsing the data from the H5 callback. |
-13582 | A problem occurred during loading. | A key value is missing from the H5 callback data. |
-14460 | Authentication session canceled | The user canceled the authentication flow. |