Documentation ¶
Index ¶
- Variables
- func ErrDatetimeField(str, value string) error
- func ErrGTEField(str, value string) error
- func ErrGTField(str, value string) error
- func ErrInvalidFormat(str string) error
- func ErrLTEField(str, value string) error
- func ErrLTField(str, value string) error
- func ErrOneOfField(str, value string) error
- func ErrRequiredField(str string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternalDB = errors.New("internal database error") ErrInternalCache = errors.New("internal cache error") ErrInternalServer = errors.New("internal server error") ErrInvalidDBFormat = errors.New("invalid db address") ErrInvalidRequestFormat = errors.New("invalid request format") ErrInvalidMessageType = errors.New("invalid message type") ErrInvalidAnimeID = errors.New("invalid anime id") ErrInvalidGenreID = errors.New("invalid genre id") ErrInvalidStudioID = errors.New("invalid studio id") ErrAnimeNotFound = errors.New("anime not found") ErrDataStillNew = errors.New("data is still new") )
Error list.
Functions ¶
func ErrDatetimeField ¶ added in v0.9.0
ErrDatetimeField is error for datetime field.
func ErrGTEField ¶
ErrGTEField is error for greater than or equal field.
func ErrGTField ¶
ErrGTField is error for greater than field.
func ErrInvalidFormat ¶ added in v0.9.0
ErrInvalidFormat is error for invalid format.
func ErrLTEField ¶
ErrLTEField is error for lower than or equal field.
func ErrLTField ¶
ErrLTField is error for lower than field.
func ErrOneOfField ¶
ErrOneOfField is error for oneof field.
func ErrRequiredField ¶
ErrRequiredField is error for missing field.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.