Alipay+ DocsAlipay+ Docs

Result codes

The following table lists the result codes that the callbacks may return.

Constant

Code

Message

Description

Further action

success

10000

Success

The operation completed successfully.

N/A

unknownError

10100

Unknown Error

An unknown error occurred.

Interrupt the process and prompt the user that the service is not available.

sdkNotReady

10101

SDK Not Ready

The SDK is not ready.

Interrupt the process and check the SDK initialization status.

cryptoError

10102

Crypto Error

The operation failed due to an encryption error.

Interrupt the process and prompt the user that the service is not available.

networkError

10103

Network Error

The operation failed due to a network connection issue.

Notify the user that the service is unavailable and prompt them to retry.

internalError

10104

Internal Error

The operation failed due to an SDK internal error.

Interrupt the process and prompt the user that the service is not available.

deviceNotSupported

10105

Device Not Supported

The current device is not supported.

Interrupt the process and prompt the user that the service is not available.

invalidParameter

10106

Invalid Parameter

The request contains invalid parameters.

Interrupt the process and check the method request parameters.