Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertFail ¶
type ConvertFail struct {
// contains filtered or unexported fields
}
Represents a mismatch between an expected database type entry and the actual database entry type.
func ConversionFailure ¶
func ConversionFailure(str fmt.Stringer) (cf ConvertFail)
Create a ConvertFail error.
type ConvertFailLabel ¶
type ConvertFailLabel string
func (ConvertFailLabel) New ¶
func (c ConvertFailLabel) New() (cf ConvertFail)
type VersionMismatch ¶
type VersionMismatch struct {
// contains filtered or unexported fields
}
func (VersionMismatch) Error ¶
func (v VersionMismatch) Error() (s string)
Implements the error interface.
Click to show internal directories.
Click to hide internal directories.