RUM Classic JavaScript API
    Preparing search index...

    Interface PropertiesSendingReport

    interface PropertiesSendingReport {
        failedProperties: FailedProperty[];
        info: string;
        sentProperties: SuccessfulProperty[];
    }
    Index

    Properties

    failedProperties: FailedProperty[]

    A list of properties that failed to send, with reasons.

    info: string

    Additional information about the sending process.

    sentProperties: SuccessfulProperty[]

    A list of properties that were successfully sent.