Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidationError ¶
type ValidationError struct {
ErrMsg []string `json:"err_msg"`
}
func NewValidationError ¶
func NewValidationError(errMap map[string]string) *ValidationError
func (*ValidationError) Error ¶
func (r *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.