RetryableError Class
Signature
export declare class RetryableError<T extends string> extends NetworkErrorBasic<T>
Extends: NetworkErrorBasic
Type Parameters
| Parameter | Constraint | Description |
|---|---|---|
| T | string |
Constructors
| Constructor | Description |
|---|---|
| (constructor)(message, errorType, props) | Constructs a new instance of the RetryableError class |
Properties
| Property | Type | Description |
|---|---|---|
| errorType | T |
Constructor Details
(constructor)
Constructs a new instance of the RetryableError class
Signature
constructor(message: string, errorType: T, props: DriverErrorTelemetryProps);
Parameters
| Parameter | Type | Description |
|---|---|---|
| message | string | |
| errorType | T | |
| props | DriverErrorTelemetryProps |
Property Details
errorType
Signature
readonly errorType: T;
Type: T