Documentation ¶
Overview ¶
Package errors is a drop-in replacement for Golang lib 'errors'.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsActionRequired ¶
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error is an error object with underlying error.
func New ¶
func New(msg ...interface{}) Error
New returns a new error object with message formed from given arguments.
func (Error) ActionRequired ¶
func (Error) RequireUserAction ¶
Click to show internal directories.
Click to hide internal directories.