Result codes
The following table lists the result codes that the callbacks may return.
Constant | Code | Message | Description | Further action |
| 10000 | Success | The operation completed successfully. | N/A |
| 10100 | Unknown Error | An unknown error occurred. | Interrupt the process and prompt the user that the service is not available. |
| 10101 | SDK Not Ready | The SDK is not ready. | Interrupt the process and check the SDK initialization status. |
| 10102 | Crypto Error | The operation failed due to an encryption error. | Interrupt the process and prompt the user that the service is not available. |
| 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. |
| 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. |
| 10105 | Device Not Supported | The current device is not supported. | Interrupt the process and prompt the user that the service is not available. |
| 10106 | Invalid Parameter | The request contains invalid parameters. | Interrupt the process and check the method request parameters. |