# Packages

No description provided by the author

# Functions

As is equivalent to errors.As(), but returns the value in-line.
IsA indicates whether an error matches an error type.
IsAErrorMessageContains returns whether or not the specified error is of the specified type and its ErrorMessage() value contains the specified needle.
Must is a generic implementation of the Go Must idiom [1, 2].

# Interfaces

No description provided by the author