videosphere
    Preparing search index...

    Interface RetryabilityAssessment

    Heuristic classifier for upload failure hints shown in history UI. Does not gate retry — users may retry any failed platform while the R2 file remains.

    interface RetryabilityAssessment {
        retryable: boolean;
        reason: string;
    }
    Index

    Properties

    Properties

    retryable: boolean
    reason: string