Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateKeyError ¶ added in v0.1.6
func (DuplicateKeyError) Error ¶ added in v0.1.6
func (e DuplicateKeyError) Error() string
Error returns the error message
type FailedValidationError ¶
func (FailedValidationError) Error ¶
func (f FailedValidationError) Error() string
Error returns a formatted error message for FailedValidationError
type FieldDoesNotExistError ¶ added in v0.1.8
type FieldDoesNotExistError struct{}
func (FieldDoesNotExistError) Error ¶ added in v0.1.8
func (e FieldDoesNotExistError) Error() string
Error returns the error message
type InvalidMailAddressError ¶
type InvalidMailAddressError struct{}
func (InvalidMailAddressError) Error ¶
func (i InvalidMailAddressError) Error() (message string)
Error returns a formatted error message for InvalidMailAddressError
type StringIsEmptyError ¶ added in v0.1.6
type StringIsEmptyError struct{}
func (StringIsEmptyError) Error ¶ added in v0.1.6
func (f StringIsEmptyError) Error() (message string)
Error returns a formatted error message for StringIsEmptyError
Click to show internal directories.
Click to hide internal directories.