Public Error Code

November 14, 2015 ยท View on GitHub

The HTTP response message is accompanied by the same Status Code in HTTP Header when these errors occur.

HTTP Response Header

HTTP/1.1 403 Forbidden
Status: 403 Forbidden

HTTP Response Body

{
	"Status": 0,
	"ErrorCode": 403,
	"ErrorMessage": "403 Forbidden"
}

Error Code

Error CodeError Message
400Bad Request. Check that your request parameters is consistent with the API documentation.
401Unauthorized. This API requires user authentication parameters. Parameters error or no given.
403Forbidden. API Authentication parameter error or no given.
404The requested resource does not exist.
500Internal Server Error
503Service Unavailable