ErrorResponse

Standard error response structure.

  • errorKey
    Type: string
    required

    A machine-readable key identifying the specific error.

  • path
    Type: string
    required

    The request path that triggered the error.

  • statusCode
    Type: integer
    required

    HTTP status code.

  • timestamp
    Type: stringFormat: date-time
    required

    UTC timestamp of when the error occurred.

  • errorMap
    Type: object

    Additional error details as key-value pairs. May be empty.