package
0.0.0-rc9
Repository: https://github.com/doublecloud/transfer.git
Documentation: pkg.go.dev

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

# Packages

No description provided by the author
No description provided by the author

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