Skip to main content
Version: v1

IThrottlingWarning Interface

Warning emitted when requests to storage are being throttled

Signature

export interface IThrottlingWarning extends IErrorBase

Extends: IErrorBase

Properties

PropertyTypeDescription
errorTypeContainerErrorType.throttlingError
retryAfterSecondsnumber

Property Details

errorType

Signature

readonly errorType: ContainerErrorType.throttlingError;

Type: ContainerErrorType.throttlingError

retryAfterSeconds

Signature

readonly retryAfterSeconds: number;

Type: number