Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrType = errors.New("type error")
)
Functions ¶
func NewMissingErr ¶
func NewRequiredErr ¶
Types ¶
type MissingErr ¶
type MissingErr struct {
// contains filtered or unexported fields
}
func (MissingErr) Error ¶
func (e MissingErr) Error() string
type RequiredErr ¶
type RequiredErr struct {
// contains filtered or unexported fields
}
func (RequiredErr) Error ¶
func (e RequiredErr) Error() string
Click to show internal directories.
Click to hide internal directories.