Error Codes API

Welcome to the Error Codes API. This service provides access to standardized error codes and messages.

Error Code Lookup

Enter an error code or search for text in error messages:

No matching error codes found.

Error Details

Available Translations

Available Endpoints

Public

GET /v1/errors
GET /v1/errors.json
- Returns the user-facing error codes and their details as JSON. Both endpoints return the same data but fetching the pure JSON file is likely faster.

View Error Codes

File Format

The errorsFull.json file contains error codes as keys and their details as values:

NOTE: The internal and location fields are not returned in the API response.

{
  "00.00.00": {
    "href": "...",
    "internal": "...",
    "location": "...",
    "language": {
      "en": {
        "short": "...",
        "long": "..."
      }
    }
  },
  ...
}

Definition Guide

Error codes are structured in the format XX.YY.ZZ where each section has specific meanings:

Feature Codes (XX)

Location Codes (YY)

Error Type Codes (ZZ)