Documentation ¶
Overview ¶
Package errors contains utility functions to deal with errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreAlreadyExists ¶
IgnoreAlreadyExists returns nil on AlreadyExists errors. All other values that are not AlreadyExists errors or nil are returned unmodified.
func Must ¶
Must wraps a function call that can return an error. If some error occurred Must has two possible behaviors: panic if debug = true or log the error and return false in order to recover the error. Returns true if no error occurred.
func SetPanicOnErrorMode ¶
func SetPanicOnErrorMode(status bool)
SetPanicOnErrorMode can be used to set or unset the panic mode.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.