Skip to Content
ReferenceError Codes

Error Codes

This page is a starter placeholder until the official platform error taxonomy is published by the backend and API owners.

Common categories

400 Bad Request

The request is malformed or missing required fields.

401 Unauthorized

Authentication failed because the API key, token, timestamp, or signature is invalid.

403 Forbidden

The credentials are valid, but the caller does not have permission for the requested operation.

404 Not Found

The requested resource or endpoint does not exist for the supplied account context.

422 Validation Error

The request structure is valid, but one or more fields failed business validation.

500 Internal Server Error

An unexpected server-side error occurred while processing the request.

Note

Exact platform-specific error codes, field names, and machine-readable payloads should be confirmed with the backend and API owners before production rollout.

Last updated on