BUPKIS
    Preparing search index...

    Interface AssertionImplementationErrorOptions

    interface AssertionImplementationErrorOptions {
        cause?: unknown;
        result?: unknown;
    }

    Hierarchy

    • ErrorOptions
      • AssertionImplementationErrorOptions
    Index

    Properties

    Properties

    cause?: unknown
    result?: unknown

    The result returned by an assertion implementation that caused this error.