# Functions
AssertError asserts that the error is matching one of the `expectedErrors` This is a wrapper for commonerrors.Any.
AssertErrorDescription asserts that the error description corresponds to one of the `expectedErrorDescriptions` This is a wrapper for commonerrors.CorrespondTo.
RequireError requires that the error is matching one of the `expectedErrors` This is a wrapper for commonerrors.Any.
RequireErrorDescription requires that the error description corresponds to one of the `expectedErrorDescriptions` This is a wrapper for commonerrors.CorrespondTo.