Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidateError ¶
type ValidateError struct { Message string `json:"message"` Fields map[string]string `json:"fields"` // contains filtered or unexported fields }
func NewValidateError ¶
func NewValidateError(err error) *ValidateError
func (*ValidateError) Error ¶
func (e *ValidateError) Error() string
Click to show internal directories.
Click to hide internal directories.