共用方式為


EventDataError 類別

用戶端防止傳送有問題的事件資料。

繼承
EventDataError

建構函式

EventDataError(message: str, details: List[str] | None = None)

參數

名稱 Description
message
必要
details
預設值: None

方法

add_note

Exception.add_note (附注) – 將附注新增至例外狀況

with_traceback

Exception.with_traceback (tb) – 自行設定。traceback to tb and return self.

add_note

Exception.add_note (附注) – 將附注新增至例外狀況

add_note()

with_traceback

Exception.with_traceback (tb) – 自行設定。traceback to tb and return self.

with_traceback()

屬性

args