Documentation
¶
Overview ¶
Package errtmp provides a way to mark errors as temporary.
Example ¶
err := errbase.New("error")
err = Wrap(err, true)
temporary := Is(err)
fmt.Println(temporary)
Output: true
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.