//
pkg.gl
Category
encr.dev
pkg
errlist
package
1.40.0
Repository:
https://github.com/encoredev/encore.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
10
Files
205 SLOC
#
Functions
Convert
Convert attempts to convert known error types into an error list if it can't it returns nil.
New
No description provided by the author
Print
Print is a utility function that prints a list of errors to w, one error per line, if the err parameter is an errorList.
#
Variables
MaxErrorsToPrint
MaxErrorsToPrint is the maximum number of errors to print if Verbose is false.
Verbose
Verbose controls whether the error list prints all errors or just the what MaxErrorsToPrint is set to.
#
Structs
List
No description provided by the author