RUM Classic JavaScript API
    Preparing search index...

    Interface FailedProperty

    interface FailedProperty {
        key: string;
        reason: string;
    }
    Index

    Properties

    Properties

    key: string

    The key of the failed property.

    reason: string

    The reason for the failure.