@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface OnUnhandledErrorInfo

    interface OnUnhandledErrorInfo {
        error: unknown;
        kind?: UnhandledErrorKind;
        source?: string;
    }
    Index

    Properties

    Properties

    error: unknown
    source?: string