Vertex Viewer SDK
    Preparing search index...

    Interface RetryOptions

    interface RetryOptions {
        delaysInMs?: number[];
        maxRetries?: number;
    }
    Index
    delaysInMs?: number[]

    An array of delays that are used between each retry attempt.

    maxRetries?: number

    The maximum number of retries that will be attempted.