Documentation ¶
Index ¶
- Variables
- func ErrGTField(str, value string) error
- func ErrOneOfField(str, value string) error
- func ErrRequiredField(str string) error
- func ErrStyleField() error
- func Get(ctx context.Context) interface{}
- func Init(ctx context.Context) context.Context
- func Wrap(ctx context.Context, err error, errs ...error) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternalServer = errors.New("internal server error") ErrInternalCache = errors.New("internal cache error") )
Error list.
Functions ¶
func ErrGTField ¶
ErrGTField is error for greater 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.