ChatError class
從失敗 的 StatefulChatClient 方法擲回的錯誤。
- Extends
-
Error
建構函式
Chat |
屬性
inner |
失敗的 SDK 方法擲回的錯誤。 |
target | 失敗的 API 方法目標。 |
timestamp | 具狀態層新增至錯誤的時間戳記。 |
繼承的屬性
message | |
name | |
prepare |
格式化堆疊追蹤的選擇性覆寫 請參閱https://v8.dev/docs/stack-trace-api#customizing-stack-traces |
stack | |
stack |
繼承的方法
capture |
在目標物件上建立 .stack 屬性 |
建構函式詳細資料
ChatError(ChatErrorTarget, Error, Date)
new ChatError(target: ChatErrorTarget, innerError: Error, timestamp?: Date)
參數
- target
- ChatErrorTarget
- innerError
-
Error
- timestamp
-
Date
屬性詳細資料
innerError
失敗的 SDK 方法擲回的錯誤。
innerError: Error
屬性值
Error
target
timestamp
具狀態層新增至錯誤的時間戳記。
timestamp: Date
屬性值
Date
繼承的屬性詳細資料
message
message: string
屬性值
string
繼承自 Error.message
name
name: string
屬性值
string
繼承自 Error.name
prepareStackTrace
格式化堆疊追蹤的選擇性覆寫
請參閱https://v8.dev/docs/stack-trace-api#customizing-stack-traces
static prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any
屬性值
(err: Error, stackTraces: CallSite[]) => any
繼承自 Error.prepareStackTrace
stack
stack?: string
屬性值
string
繼承自 Error.stack
stackTraceLimit
static stackTraceLimit: number
屬性值
number
繼承自 Error.stackTraceLimit
繼承的方法的詳細資料
captureStackTrace(object, Function)
在目標物件上建立 .stack 屬性
static function captureStackTrace(targetObject: object, constructorOpt?: Function)
參數
- targetObject
-
object
- constructorOpt
-
Function
繼承自 Error.captureStackTrace