interface RetryableTrait {
    throttling?: boolean;
}

Properties

Properties

throttling?: boolean

Indicates that the error is a retryable throttling error.