# Functions
As executes errors.As function.
Is checks if any of the chained errors is of 'target' type.
New creates new error.
Unwrap unwraps provided error.
Wrap creates simple ClassError for provided 'c' Class and 'msg' message.
WrapDet wraps 'err' error and creates DetailedError with given 'message'.
WrapDetf wraps 'err' error and created DetailedError with formatted message.
Wrapf creates simple formatted ClassError for provided 'c' Class, 'format' and arguments 'args'.
# Variables
ErrInternal is an internal neuron error definition.
# Structs
DetailedError is the class based error definition.
# Type aliases
MultiError is the slice of errors parsable into a single error.