Skip to content

News Error Codes

When authentication fails or access is blocked due to account or business rule restrictions, the News API returns these error codes. Please use these error codes to understand and troubleshoot error causes.


Error Code Reference

All API non-zero status code responses follow the standard JSON error format:

json
{
  "code": 14010012,
  "message": "Internal server error"
}
Field NameTypeDescription
codeintBusiness-specific error code (non-zero indicates error)
messagestringHuman-readable error message (in English)

Error Codes

Error CodeMessageDescription
14010001Invalid argument(s)Parameter error
14010012Internal server errorInternal server error