Sanity Library Reference Docs
    Preparing search index...

    The effectHistory outcome EffectNotFoundError reports when the missing key belongs to a settled run. detail is the row's recorded detail — for a cancellation, the cause the canceller stamped.

    interface EffectSettledInfo {
        detail?: string;
        ranAt: string;
        status: EffectRunStatus;
    }
    Index

    Properties

    Properties

    detail?: string
    ranAt: string