Skip to main content

ApiResponse

codeStatusCode (integer)

Response status code

Enum ValueDescription
100Executed - To be executed
200Success - The request was successful
300Answering
401Unauthorized - Authentication is required or failed
402Exhausted Times - The number of times has been used up
404Not Found - Invalid request method or path
422Incorrect Parameters - Wrong Parameter Code
429Insufficient Credits - Account has insufficient credits
500Server Error - Internal server error occurred
505Chat Disabled - Chat Disable Error Code

Possible values: [100, 200, 300, 401, 402, 404, 422, 429, 500, 505]

msgstring

Error message when code != 200

Example: success
ApiResponse
{
"code": 100,
"msg": "success"
}