@study-lenses/tracing
    Preparing search index...

    Type Alias TracifyFailure

    Error result from tracify(). Never throws — errors are captured here.

    type TracifyFailure = {
        code: string;
        config: object | undefined;
        error: TracingError;
        ok: false;
        tracer: TracerModule;
    }
    Index

    Properties

    code: string
    config: object | undefined
    ok: false
    tracer: TracerModule