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