# 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.
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.