共用方式為


InnerError interface

內部錯誤

屬性

additionalInfo

任何可提供給用戶端的索引鍵值組,以取得其他詳細資訊資訊。

code

此錯誤的唯一程序代碼

embeddedInnerError

子內部錯誤,允許巢狀。

屬性詳細資料

additionalInfo

任何可提供給用戶端的索引鍵值組,以取得其他詳細資訊資訊。

additionalInfo?: Record<string, string>

屬性值

Record<string, string>

code

此錯誤的唯一程序代碼

code?: string

屬性值

string

embeddedInnerError

子內部錯誤,允許巢狀。

embeddedInnerError?: InnerError

屬性值