Error

API error response with application-specific code, message, and optional field-level errors. ## Error Code Format Codes are strings that can follow any format your application defines. Common formats include hierarchical (e.g., "domain.create.not_available") or namespaced numeric (e.g., "100001"). See your application's documentation for specific error codes.

  • object
    Type: string

    Resource type identifier

  • code
    Type: string

    Application-specific error code. Can be hierarchical (e.g., "domain.create.not_available") or namespaced numeric (e.g., "100001").

  • message
    Type: string

    Human-readable error message describing what went wrong

  • fields
    Type: object

    Field-specific validation errors. Keys are field names, values are error descriptions.

    • propertyName
      Type: string