Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type TypedError ¶
type TypedError struct {
// contains filtered or unexported fields
}
func NewTyped ¶
func NewTyped(typ Type, cause error) TypedError
func (TypedError) Error ¶
func (e TypedError) Error() string
func (TypedError) Unwrap ¶
func (e TypedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.