RestError class

Extends

Error

Costruttori

RestError(string, string, number, WebResourceLike, HttpOperationResponse, any)

Proprietà

body
code
PARSE_ERROR
request
REQUEST_ABORTED_ERROR
REQUEST_SEND_ERROR
response
statusCode

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

RestError(string, string, number, WebResourceLike, HttpOperationResponse, any)

new RestError(message: string, code?: string, statusCode?: number, request?: WebResourceLike, response?: HttpOperationResponse, body?: any)

Parametri

message

string

code

string

statusCode

number

request
WebResourceLike
body

any

Dettagli proprietà

body

body?: any

Valore della proprietà

any

code

code?: string

Valore della proprietà

string

PARSE_ERROR

static PARSE_ERROR: string

Valore della proprietà

string

request

request?: WebResourceLike

Valore della proprietà

REQUEST_ABORTED_ERROR

static REQUEST_ABORTED_ERROR: string

Valore della proprietà

string

REQUEST_SEND_ERROR

static REQUEST_SEND_ERROR: string

Valore della proprietà

string

response

response?: HttpOperationResponse

Valore della proprietà

statusCode

statusCode?: number

Valore della proprietà

number

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