ErrorResponse

Standard error envelope returned for every 4xx and 5xx response.

  • errorInfo
    Type: object
    required

    Exception payload. Typically { message: string }; richer when validation collects multiple failures.

    • message
      Type: string
  • path
    Type: string
    required

    Request URL path.

  • statusCode
    Type: integer
    required

    HTTP status code, repeated in the body.

  • timestamp
    Type: stringFormat: date-time
    required

    ISO-8601 timestamp when the error was generated.

  • traceId
    Type: string
    required

    Correlation ID — include this in support requests.