# README
errors
errors
is the collection of error types that can be used by any submodule of the Transfer and are recognised by its common components.
Currently, not all such errors are stored here — a prominent example is abstract.FatalError
.
# Functions
CategorizedErrorf produces a xerrors-wrapped error with a given assigned category.
EqualCauses checks if two errors have the same cause.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Categorized is an error with an attached category.