# Functions
HaveErrorCode returns a types.GomegaMatcher that matches errorutils.CodedError with given code the code and code mask is reported in the failure message.
HaveErrorSubTypeCode returns a types.GomegaMatcher that matches errorutils.CodedError with given sub-type code the code and code mask is reported in the failure message.
HaveErrorTypeCode returns a types.GomegaMatcher that matches errorutils.CodedError with given top-level type code the code and code mask is reported in the failure message.
HaveJsonPath returns a gomega matcher, similar to HaveJsonPathWithValue HaveJsonPath succeed only if the specified JSONPath yield non-empty result from actual JSON string.
HaveJsonPathWithValue returns a gomega matcher.
IsError returns a types.GomegaMatcher that matches specified error.
# Structs
GomegaErrorMatcher implements types.GomegaMatcher for error type.
No description provided by the author