Documentation
¶
Overview ¶
Package xerror contains custom implementations Error interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonError ¶
CommonError is custom error type.
func (*CommonError) Error ¶
func (e *CommonError) Error() string
Error is implementation for custom type.
func (*CommonError) Is ¶
func (e *CommonError) Is(target error) bool
Is is implementation for custom type.
func (*CommonError) Unwrap ¶
func (e *CommonError) Unwrap() error
Unwrap is implementation for custom type.
func (*CommonError) Wrap ¶
func (e *CommonError) Wrap(er error) error
Wrap is implementation for custom type.
func (*CommonError) Wrapf ¶
func (e *CommonError) Wrapf(format string, args ...interface{}) error
Wrapf is implementation for custom type. nolint: goerr113
Click to show internal directories.
Click to hide internal directories.