ErrorResponse

Structured error envelope. error is a stable machine-readable code, message a short category, and details a human-readable string naming what went wrong. Branch on error in client code.

  • error
    Type: string · Error
    required

    Stable machine-readable error code.

  • message
    Type: string · Message
    required

    Short human-readable category.

  • details
    Type: string · Details

    What went wrong, as a string (never a list or object).