package
1.11.3
Repository: https://github.com/cockroachdb/errors.git
Documentation: pkg.go.dev

# Functions

HasAssertionFailure returns true if the error or any of its causes is an assertion failure annotation.
IsAssertionFailure returns true if the error (not its causes) is an assertion failure annotation.
WithAssertionFailure decorates the error with an assertion failure marker.

# Constants

AssertionErrorHint is the hint emitted upon assertion failures.