package
1.40.0
Repository: https://github.com/encoredev/encore.git
Documentation: pkg.go.dev

# Functions

Convert attempts to convert known error types into an error list if it can't it returns nil.
No description provided by the author
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 is the maximum number of errors to print if Verbose is false.
Verbose controls whether the error list prints all errors or just the what MaxErrorsToPrint is set to.

# Structs

No description provided by the author