NewErrorResponse
Represents a standardized error structure for API responses.
- errorsType: array string[]
A detailed list of specific error messages.
- statusType: integer
Code The HTTP status code associated with the error.
- timestampType: stringFormat: date-time
The exact date and time when the error occurred.
- titleType: string
A short, human-readable summary of the error type.