Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewFailure = errors.NewFailure NewInternal = errors.NewInternal )
View Source
var ( Panic = errors.Panic BubbleUp = errors.BubbleUp )
View Source
var ( As = errors.As Is = errors.Is )
Functions ¶
Types ¶
type ErrAlreadyExist ¶
type ErrAlreadyExist = errors.ErrAlreadyExist
type ErrFailure ¶
type ErrFailure = errors.ErrFailure
type ErrInternal ¶
type ErrInternal = errors.ErrInternal
type ErrInvalidValue ¶
type ErrInvalidValue = errors.ErrInvalidValue
type ErrNotExist ¶
type ErrNotExist = errors.ErrNotExist
Click to show internal directories.
Click to hide internal directories.