TimeoutError class
- Extends
-
Error
Oluşturucular
Timeout |
Özellikler
code |
Devralınan Özellikler
message | |
name | |
prepare |
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 | |
stack |
Devralınan Yöntemler
capture |
Hedef nesnede .stack özelliği oluşturma |
Oluşturucu Ayrıntıları
TimeoutError(string)
new TimeoutError(message?: string)
Parametreler
- message
-
string
Özellik Ayrıntıları
code
code: string
Özellik Değeri
string
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