package
2.3.0+incompatible
Repository: https://github.com/eggsbenjamin/argo.git
Documentation: pkg.go.dev

# Functions

Cause returns the underlying cause of the error, if possible.
Errorf returns an error and formats according to a format specifier.
InternalError is a convenience function to create a Internal error with a message.
InternalErrorf is a convenience function to format an Internal error.
InternalWrapError annotates the error with the ERR_INTERNAL code and a stack trace, optional message.
InternalWrapErrorf annotates the error with the ERR_INTERNAL code and a stack trace, optional message.
IsCode is a helper to determine if the error is of a specific code.
New returns an error with the supplied message.
Wrap returns an error annotating err with a stack trace at the point Wrap is called, and a new supplied message.

# Constants

Externally visible error codes.
Externally visible error codes.
Externally visible error codes.
Externally visible error codes.
Externally visible error codes.
Externally visible error codes.
Externally visible error codes.

# Interfaces

ArgoError is an error interface that additionally adds support for stack trace, error code, and a JSON representation of the error.