func WithError(tCtx TContext, err *error) (TContext, func()) { … }
type errorContext …
func (eCtx *errorContext) finalize(err *error) { … }
func (eCtx *errorContext) Error(args ...any) { … }
func (eCtx *errorContext) Errorf(format string, args ...any) { … }
func (eCtx *errorContext) Fail() { … }
func (eCtx *errorContext) FailNow() { … }
func (eCtx *errorContext) Failed() bool { … }
func (eCtx *errorContext) Fatal(args ...any) { … }
func (eCtx *errorContext) Fatalf(format string, args ...any) { … }
func (eCtx *errorContext) CleanupCtx(cb func(TContext)) { … }
func (eCtx *errorContext) Expect(actual interface{ … }
func (eCtx *errorContext) ExpectNoError(err error, explain ...interface{ … }
func (eCtx *errorContext) Logger() klog.Logger { … }
type fatalWithError …
const failed …
var errFailedWithNoExplanation …