NonRetryableError Class
Signature
export declare class NonRetryableError<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 NonRetryableError class |
Properties
Property | Type | Description |
---|---|---|
errorType | T |
Constructor Details
(constructor)
Constructs a new instance of the NonRetryableError
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