package
0.0.0-20230227070331-53483ec82e17
Repository: https://github.com/rubiojr/rapi.git
Documentation: pkg.go.dev
# Functions
Cause returns the cause of an error.
Fatal returns a wrapped error which implements the Fataler interface.
Fatalf returns an error which implements the Fataler interface.
No description provided by the author
IsFatal returns true if err is a fatal message that should be printed to the user.
# Variables
Errorf creates an error based on a format string and values.
New creates a new error based on message.
WithMessage annotates err with a new message.
No description provided by the author
Wrap wraps an error retrieved from outside of restic.
Wrapf returns an error annotating err with the format specifier.
# Interfaces
Fataler is an error which should be printed to the user directly.