Condividi tramite


TwinDetachedError class

Errore generato quando la funzionalità gemella ha interrotto il funzionamento a livello di trasporto, richiedendo al client di ripetere l'avvio.

Extends

Error

Costruttori

TwinDetachedError(string)

Proprietà

innerError

Proprietà ereditate

message
name
prepareStackTrace

Override facoltativo per la formattazione delle tracce dello stack

Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces

stack
stackTraceLimit

Metodi ereditati

captureStackTrace(object, Function)

Creare una proprietà stack in un oggetto di destinazione

Dettagli costruttore

TwinDetachedError(string)

new TwinDetachedError(message?: string)

Parametri

message

string

Dettagli proprietà

innerError

innerError: Error

Valore della proprietà

Error

Dettagli proprietà ereditate

message

message: string

Valore della proprietà

string

Ereditato da Error.message

name

name: string

Valore della proprietà

string

Ereditato da Error.name

prepareStackTrace

Override facoltativo per la formattazione delle tracce dello stack

Vedere https://v8.dev/docs/stack-trace-api#customizing-stack-traces

static prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Valore della proprietà

(err: Error, stackTraces: CallSite[]) => any

Ereditato da Error.prepareStackTrace

stack

stack?: string

Valore della proprietà

string

Ereditato da Error.stack

stackTraceLimit

static stackTraceLimit: number

Valore della proprietà

number

Ereditato da Error.stackTraceLimit

Dettagli dei metodi ereditati

captureStackTrace(object, Function)

Creare una proprietà stack in un oggetto di destinazione

static function captureStackTrace(targetObject: object, constructorOpt?: Function)

Parametri

targetObject

object

constructorOpt

Function

Ereditato da Error.captureStackTrace