ThrottlingError class
Aşırı etkinlik nedeniyle IoT Hub kısıtlandığında hata oluştu. Kotalar hakkında daha fazla bilgi edinmek için bkz. Azure IoT Hub kotaları ve azaltma
- Extends
-
Error
Oluşturucular
Throttling |
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ı
ThrottlingError(string)
new ThrottlingError(message?: string)
Parametreler
- message
-
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