Skip to main content

IThrottlingWarning Interface

Warning emitted when requests to storage are being throttled

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export interface IThrottlingWarning extends IErrorBase

Extends: IErrorBase

Properties

Property Alerts Modifiers Type Description
errorType Alpha readonly typeof FluidErrorTypes.throttlingError A type tag differentiating kinds of errors emitted by the container.
retryAfterSeconds Alpha readonly number

Property Details

errorType

A type tag differentiating kinds of errors emitted by the container.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

readonly errorType: typeof FluidErrorTypes.throttlingError;

Type: typeof FluidErrorTypes.throttlingError

retryAfterSeconds

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

readonly retryAfterSeconds: number;

Type: number