Documentation ¶
Overview ¶
Package errors holds the error objects used by the Frud framework
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverError ¶
DriverError are errors outputted by the driver object, it will encapsulate any errors outputted by their associated database.
func (DriverError) Error ¶
func (i DriverError) Error() string
Error standard error to string function
type ValidationError ¶
type ValidationError struct {
Message string `json:"message"`
}
func (ValidationError) Error ¶
func (i ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.