Documentation
¶
Index ¶
Constants ¶
View Source
const ImplementationError errorkit.Error = "ImplementationError"
Variables ¶
This section is empty.
Functions ¶
func StructField ¶
func StructField(sf reflect.StructField, field reflect.Value) error
Types ¶
type ValidationError ¶
type ValidationError struct{ Cause error }
ValidationError is a validation error, that represents an incorrect content.
func (ValidationError) Error ¶
func (err ValidationError) Error() string
func (ValidationError) Unwrap ¶
func (err ValidationError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.