Documentation ¶
Overview ¶
Package errorx provides functions for working with go errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Suppress ¶
Suppress filters out errors of the passed-in type. It allows you to easily convert code that uses the "standard error" return-type pattern into code that returns null under normal circumstances. If the incoming error is or is derived from any of the errors to suppress, then that error is filtered out.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.