Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateStruct ¶
Types ¶
type ValidatorError ¶
type ValidatorError struct { Code constant.InternalCode `json:"code"` Status int `json:"status"` Message string `json:"message"` Details []string `json:"details"` }
func (ValidatorError) Error ¶
func (e ValidatorError) Error() string
Click to show internal directories.
Click to hide internal directories.