Response code ReplyCode
All open interfaces of the GVP platform return a unified response code parameter after being called. For detailed meanings of the response codes, please refer to the parameter list description.
| Response Code | Type | Description |
|---|---|---|
| Success | String | Response success, interface call successful |
| TokenInvalid | String | Token is invalid |
| TokenExpired | String | Token expired |
| URLInvalid | String | The requested API address is invalid, as it is not supported by the current GVP server version. |
| GuidNotExist | String | GUID does not exist |
| ParametersNull | String | The request parameter is null |
| ParametersError | String | The value of the request parameter is incorrect. |
| ParametersLoss | String | Missing request parameter |
| ParametersNotExist | String | The request parameter does not exist, incorrect request parameter, the request parameter in double quotation marks cannot contain spaces; for example, "UserName" with spaces is incorrect; or the current version of the GVP server does not support the request parameter |
| Base64Invalid | String | Invalid encrypted data, or the submitted data is empty, or the encrypted data is incomplete |