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 Name | Type | Description |
|---|---|---|
code | int | Business-specific error code (non-zero indicates error) |
message | string | Human-readable error message (in English) |
Error Codes
| Error Code | Message | Description |
|---|---|---|
| 14010001 | Invalid argument(s) | Parameter error |
| 14010012 | Internal server error | Internal server error |

