# Functions

BaseErrorWrapper creates a new BaseError by wrapping an existing Error.
Kind determines the Kind associated with an error by inspecting the chain of errors.
KindMapping determines the correct error kind for the given HTTP response code.
NewBaseError creates a new BaseError with the information provided.
No description provided by the author
ToBaseError creates a new BaseError with Kind found from err.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Constant Kind identifiers which can be used to label and group errors.

# Structs

BaseError generalizes an error structure which can be used for any type of error.
No description provided by the author

# Interfaces

Error provides an abstraction for all internal errors.

# Type aliases

ErrDetails is a detailed mapping to set extra information with the error.
ErrKind a categorical identifier used to give high-level insight as to the error type.