NewErrorResponse

Represents a standardized error structure for API responses.

  • errors
    Type: array string[]

    A detailed list of specific error messages.

  • statusCode
    Type: integer

    The HTTP status code associated with the error.

  • timestamp
    Type: stringFormat: date-time

    The exact date and time when the error occurred.

  • title
    Type: string

    A short, human-readable summary of the error type.