Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func NewValidatorError ¶
func NewValidatorError(c errors.ErrorCode, msg string) ValidationError
func (ValidationError) ErrCode ¶
func (v ValidationError) ErrCode() int
func (ValidationError) Error ¶
func (v ValidationError) Error() string
func (ValidationError) Message ¶
func (v ValidationError) Message() string
Click to show internal directories.
Click to hide internal directories.