Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TracedError ¶
func (*TracedError) Error ¶
func (e *TracedError) Error() string
func (*TracedError) Unwrap ¶
func (e *TracedError) Unwrap() error
type ValueError ¶
type ValueError struct { Value interface{} Err error }
func NewValueError ¶
func NewValueError(value interface{}, err error) *ValueError
func ToValueError ¶
func ToValueError(err error) *ValueError
func (*ValueError) Error ¶
func (ve *ValueError) Error() string
Click to show internal directories.
Click to hide internal directories.