GenericNetworkError Class
Generic network error class.
Signature
export declare class GenericNetworkError extends LoggingError implements IDriverErrorBase, IFluidErrorBase
Extends: LoggingError
Implements: IDriverErrorBase, IFluidErrorBase
Constructors
| Constructor | Description | 
|---|---|
| (constructor)(message, canRetry, props) | Constructs a new instance of the GenericNetworkErrorclass | 
Properties
| Property | Type | Description | 
|---|---|---|
| canRetry | boolean | |
| errorType | 
Constructor Details
(constructor)
Constructs a new instance of the GenericNetworkError class
Signature
constructor(message: string, canRetry: boolean, props: DriverErrorTelemetryProps);
Parameters
| Parameter | Type | Description | 
|---|---|---|
| message | string | |
| canRetry | boolean | |
| props | DriverErrorTelemetryProps |