BK Software
We do our best BK Software Ltd
0%

Error Handling

Error responses follow a standard structure.

{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "The 'name' field is required.",
    "field": "name"
  }
}

Common error codes

CodeDescription
INVALID_API_KEYKey is missing, malformed or revoked
INSUFFICIENT_SCOPEKey lacks the required scope
VALIDATION_ERRORRequest body failed validation
NOT_FOUNDResource does not exist
RATE_LIMITEDToo many requests
SERVER_ERRORUnexpected internal error — contact support

Was this article helpful?