Skip to content 

IThrottlingWarning Interface

Packages > @fluidframework/container-definitions > IThrottlingWarning

Warning emitted when requests to storage are being throttled

Signature:

export interface IThrottlingWarning extends IErrorBase 

Extends: IErrorBase

Properties

List of properties of this interface
Property Type Description
errorType ContainerErrorType.throttlingError
retryAfterSeconds number

Events

errorType

Signature:

readonly errorType: ContainerErrorType.throttlingError;

retryAfterSeconds

Signature:

readonly retryAfterSeconds: number;