IThrottlingWarning Interface
Packages > @fluidframework/driver-definitions > IThrottlingWarning
Signature:
export interface IThrottlingWarning extends IDriverErrorBase
Extends: IDriverErrorBase
Properties
Property | Type | Description |
---|---|---|
errorType | DriverErrorType.throttlingError | |
retryAfterSeconds | number |
Events
errorType
Signature:
readonly errorType: DriverErrorType.throttlingError;
retryAfterSeconds
Signature:
readonly retryAfterSeconds: number;