Error codes

更新时间:
复制 MD 格式

This topic describes the error codes returned by the iOS client when you integrate the CAPTCHA feature.

Error code

Error message

Description

-20000

AlicomC4ErrorCodeInvalidParameter

Invalid parameter. Check the input parameters.

-20001

AlicomC4ErrorCodeOperationFail

Operation failed. See the description for details.

-20002

AlicomC4ErrorCodeMissedResource

Resource missing. Check if the bundle file is complete, or if resource files were deleted during the build.

-20100

AlicomC4ErrorCodeUserDidCancel

The user canceled the validation.

-20200

AlicomC4ErrorCodeLoadFileFailure

Failed to load the local file. Check if the bundle file is complete and imported into the project. Also, check if resource files were deleted or renamed during the build.

-20201

AlicomC4ErrorCodeTimeout

Load timeout.

-20210

AlicomC4ErrorCodeEvaluatingJavascriptFail

Failed to execute the JavaScript script.

-20211

AlicomC4ErrorCodeJavascriptError

JavaScript returned an error.

-20290

AlicomC4ErrorCodeWebViewMemoryWarning

WebView memory warning.

-20999

AlicomC4ErrorCodeUnknown

Unknown error.