Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorHandler ¶
type ErrorHandler struct {
// contains filtered or unexported fields
}
func NewErrorHandler ¶
func NewErrorHandler(logger *zap.Logger) *ErrorHandler
type ErrorResponse ¶
type ErrorResponse struct {
Code string `json:"code"`
Message string `json:"message"`
Fields []FieldError `json:"fields,omitempty" `
}
ErrorResponse struct for the ErrorResponse
type FieldError ¶
type FieldError struct {
Code string `json:"code"`
Message string `json:"message"`
Location string `json:"location"`
}
FieldError struct for the FieldError. used in validator errors
Click to show internal directories.
Click to hide internal directories.