Client Error Code
Last updated:2025-03-18
Definition of Client Error Codes
code | Value | Explanation |
---|---|---|
CODE_SUCCEED | 0 | Success |
CODE_UNKNOWN | -1 | Unknown error |
CODE_START_FAIL | -2 | start has not been called, or the call to start has not been successful, or the project has been switched, and start needs to be called again |
CODE_VALID | -3 | Parameter verification failed |
CODE_ENABLE | -4 | The project is closed |
CODE_REGISTRATIONID | -5 | The push registration was not successful |
CODE_SWITCH | -6 | The project has been switched, and start needs to be called again |