errors

package
v0.11.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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

func ErrDatetimeField(str, value string) error

ErrDatetimeField is error for datetime field.

func ErrGTEField

func ErrGTEField(str, value string) error

ErrGTEField is error for greater than or equal field.

func ErrGTField

func ErrGTField(str, value string) error

ErrGTField is error for greater than field.

func ErrInvalidFormat added in v0.9.0

func ErrInvalidFormat(str string) error

ErrInvalidFormat is error for invalid format.

func ErrLTEField

func ErrLTEField(str, value string) error

ErrLTEField is error for lower than or equal field.

func ErrLTField

func ErrLTField(str, value string) error

ErrLTField is error for lower than field.

func ErrOneOfField

func ErrOneOfField(str, value string) error

ErrOneOfField is error for oneof field.

func ErrRequiredField

func ErrRequiredField(str string) error

ErrRequiredField is error for missing field.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL