Aracılığıyla paylaş


ErrorResponse class

Extends

Error

Oluşturucular

ErrorResponse(string)

Özellikler

activityId
body
code
diagnostics
headers
retryAfterInMilliseconds
retryAfterInMs
substatus

Devralınan Özellikler

message
name
prepareStackTrace

Yığın izlemelerini biçimlendirmek için isteğe bağlı geçersiz kılma

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

stack
stackTraceLimit

Devralınan Yöntemler

captureStackTrace(object, Function)

Hedef nesnede .stack özelliği oluşturma

Oluşturucu Ayrıntıları

ErrorResponse(string)

new ErrorResponse(message?: string)

Parametreler

message

string

Özellik Ayrıntıları

activityId

activityId?: string

Özellik Değeri

string

body

body?: ErrorBody

Özellik Değeri

code

code?: string | number

Özellik Değeri

string | number

diagnostics

diagnostics?: CosmosDiagnostics

Özellik Değeri

headers

headers?: CosmosHeaders

Özellik Değeri

retryAfterInMilliseconds

retryAfterInMilliseconds?: number

Özellik Değeri

number

retryAfterInMs

retryAfterInMs?: number

Özellik Değeri

number

substatus

substatus?: number

Özellik Değeri

number

Devralınan Özellik Detayları

message

message: string

Özellik Değeri

string

Devralınan Error.message

name

name: string

Özellik Değeri

string

Error.name Devralındı

prepareStackTrace

Yığın izlemelerini biçimlendirmek için isteğe bağlı geçersiz kılma

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

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

Özellik Değeri

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

Devralınan Error.prepareStackTrace

stack

stack?: string

Özellik Değeri

string

Devralınan Error.stack

stackTraceLimit

static stackTraceLimit: number

Özellik Değeri

number

Devralınan Error.stackTraceLimit

Devralınan Yöntemin Ayrıntıları

captureStackTrace(object, Function)

Hedef nesnede .stack özelliği oluşturma

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

Parametreler

targetObject

object

constructorOpt

Function

Devralınan Error.captureStackTrace