Contentful Personalization & Analytics
    Preparing search index...

    Interface OptimizationCacheSafetyWarning

    Cache-safety warning for an optimization handoff.

    interface OptimizationCacheSafetyWarning {
        code: OptimizationCacheSafetyWarningCode;
        message: string;
        path?: readonly string[];
    }
    Index

    Properties

    Properties

    Stable warning code.

    message: string

    Human-readable warning message.

    path?: readonly string[]

    Stable path to the unsafe or missing handoff field.