ErrorDetails interface

錯誤詳細數據。

屬性

additionalProperties

其他屬性

code

識別特定錯誤的錯誤碼。

message

人類可讀取的錯誤訊息。

屬性詳細資料

additionalProperties

其他屬性

additionalProperties?: Record<string, any>

屬性值

Record<string, any>

code

識別特定錯誤的錯誤碼。

code: string

屬性值

string

message

人類可讀取的錯誤訊息。

message: string

屬性值

string