Error Handling
During the verification process, if an error occurs, the JS-SDK will throw the error.
The following list describes the possible error throws from JS-SDK.
Error Code | Description |
---|---|
100000 | The verification node does not match the node assigned to the task. |
100001 | The user does not installed the TransGate |
100002 | Illegal appid |
100003 | Schema id dose not exist |
100004 | Request task info error |
100005 | Can not connect the verify node |
110001 | User do not meet the requirements |
110002 | The user canceled the verification |
110003 | An unexpected error was encountered |
DApps should catch the error and handle it appropriately.
Last updated