Documentation
    Preparing search index...

    Interface RetryableErrorOptions

    interface RetryableErrorOptions {
        retryAfter?: number | Duration;
    }
    Index

    Properties

    Properties

    retryAfter?: number | Duration

    In how long it should retry.