DeltaStreamConnectionForbiddenError Class
Signature
export declare class DeltaStreamConnectionForbiddenError extends LoggingError implements IFluidErrorBase
Extends: LoggingError
Implements: IFluidErrorBase
Constructors
Constructor | Description |
---|---|
(constructor)(message, props) | Constructs a new instance of the DeltaStreamConnectionForbiddenError class |
Static Properties
Property | Type | Description |
---|---|---|
errorType | string |
Properties
Property | Type | Description |
---|---|---|
canRetry | ||
errorType | string |
Constructor Details
(constructor)
Constructs a new instance of the DeltaStreamConnectionForbiddenError
class
Signature
constructor(message: string, props: DriverErrorTelemetryProps);
Parameters
Parameter | Type | Description |
---|---|---|
message | string | |
props | DriverErrorTelemetryProps |
Property Details
canRetry
Signature
readonly canRetry = false;
errorType
Signature
readonly errorType: string;
Type: string
errorType
Signature
static readonly errorType: string;
Type: string