Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidError ¶
type InvalidError string
InvalidError is a helper for converting a fieldname to a 'is invalid'-error
func (InvalidError) Error ¶
func (name InvalidError) Error() string
Error return the error-text for a InvalidError
type RequiredError ¶
type RequiredError string
RequiredError is a helper for converting a fieldname to a 'is required'-error
func (RequiredError) Error ¶
func (name RequiredError) Error() string
Error return the error-text for a RequiredError
type StringError ¶
type StringError string
StringError is a helper for converting strings to an `error`
func (StringError) Error ¶
func (err StringError) Error() string
Error return the error-text for a StringError
Click to show internal directories.
Click to hide internal directories.