IThrottlingWarning Interface
Warning emitted when requests to storage are being throttled
Signature
export interface IThrottlingWarning extends IErrorBase
Extends: IErrorBase
Properties
| Property | Type | Description |
|---|---|---|
| errorType | ContainerErrorType.throttlingError | |
| retryAfterSeconds | number |
Property Details
errorType
Signature
readonly errorType: ContainerErrorType.throttlingError;
Type: ContainerErrorType.throttlingError
retryAfterSeconds
Signature
readonly retryAfterSeconds: number;
Type: number