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
Property | Type | Description |
---|---|---|
errorType | ContainerErrorType.throttlingError | |
retryAfterSeconds | number |
Events
errorType
Signature:
readonly errorType: ContainerErrorType.throttlingError;
retryAfterSeconds
Signature:
readonly retryAfterSeconds: number;