Skip to content 

IThrottlingWarning Interface

Packages > @fluidframework/driver-definitions > IThrottlingWarning

Signature:

export interface IThrottlingWarning extends IDriverErrorBase 

Extends: IDriverErrorBase

Properties

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

Events

errorType

Signature:

readonly errorType: DriverErrorType.throttlingError;

retryAfterSeconds

Signature:

readonly retryAfterSeconds: number;