@rishabhbothra/imagery
    Preparing search index...

    Interface ImageFallbackTrace

    interface ImageFallbackTrace {
        attemptedAt: string;
        errorType?: string;
        model: string;
        outcome: "success" | "failed" | "skipped";
        provider: ImageProvider;
        reason?: string;
    }
    Index

    Properties

    attemptedAt: string
    errorType?: string
    model: string
    outcome: "success" | "failed" | "skipped"
    provider: ImageProvider
    reason?: string