Skip to main content

Error Codes

Detailed error codes returned in API error responses.

Authentication Errors

CodeMessageResolution
AUTH_MISSING_KEYAPI key is requiredInclude X-Api-Key header
AUTH_INVALID_KEYInvalid API keyCheck your key is correct and active
AUTH_EXPIRED_KEYAPI key has expiredGenerate a new key in the admin panel

Validation Errors

CodeMessageResolution
VALIDATION_REQUIREDField is requiredProvide a value for the required field
VALIDATION_TYPEInvalid field typeEnsure the value matches the column type
VALIDATION_UNIQUEValue must be uniqueUse a different value
VALIDATION_RANGEValue out of rangeCheck min/max constraints

Resource Errors

CodeMessageResolution
PROJECT_NOT_FOUNDProject not foundCheck the project slug
CUBE_NOT_FOUNDCube not foundCheck the cube slug
RECORD_NOT_FOUNDRecord not foundCheck the record ID

Rate Limit Errors

CodeMessageResolution
RATE_LIMIT_EXCEEDEDToo many requestsWait and retry with backoff