IThrottlingWarning Interface
Signature
export interface IThrottlingWarning extends IDriverErrorBase
Extends: IDriverErrorBase
Properties
Property | Type | Description |
---|---|---|
errorType | DriverErrorType.throttlingError | |
retryAfterSeconds | number |
Property Details
errorType
Signature
readonly errorType: DriverErrorType.throttlingError;
Type: DriverErrorType.throttlingError
retryAfterSeconds
Signature
readonly retryAfterSeconds: number;
Type: number