Skip to main content
Version: v1

DeltaStreamConnectionForbiddenError Class

Signature

export declare class DeltaStreamConnectionForbiddenError extends LoggingError implements IFluidErrorBase

Extends: LoggingError

Implements: IFluidErrorBase

Constructors

ConstructorDescription
(constructor)(message, props)Constructs a new instance of the DeltaStreamConnectionForbiddenError class

Static Properties

PropertyTypeDescription
errorTypestring

Properties

PropertyTypeDescription
canRetry
errorTypestring

Constructor Details

(constructor)

Constructs a new instance of the DeltaStreamConnectionForbiddenError class

Signature

constructor(message: string, props: DriverErrorTelemetryProps);

Parameters

ParameterTypeDescription
messagestring
propsDriverErrorTelemetryProps

Property Details

canRetry

Signature

readonly canRetry = false;

errorType

Signature

readonly errorType: string;

Type: string

errorType

Signature

static readonly errorType: string;

Type: string