package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev
# Functions
Cause returns the underlying cause of the error, if possible.
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
New returns an error with the supplied message.
Wrap returns an error annotating err with message.
Wrapf returns an error annotating err with the format specifier.
# Interfaces
StackTracer represents a type (usually an error) that can provide a stack trace.