共用方式為


ErrorModelOutput interface

錯誤詳細數據。

屬性

code

伺服器定義的錯誤碼。

details

導致回報錯誤的錯誤陣列。

innererror

物件,包含與目前對象有關錯誤更具體的資訊。

message

錯誤的人類可讀取表示法。

occurredDateTime

發生錯誤的 UTC 日期和時間。

target

錯誤的目標。

屬性詳細資料

code

伺服器定義的錯誤碼。

code: string

屬性值

string

details

導致回報錯誤的錯誤陣列。

details?: ErrorModelOutput[]

屬性值

innererror

物件,包含與目前對象有關錯誤更具體的資訊。

innererror?: InnerErrorOutput

屬性值

message

錯誤的人類可讀取表示法。

message: string

屬性值

string

occurredDateTime

發生錯誤的 UTC 日期和時間。

occurredDateTime?: string

屬性值

string

target

錯誤的目標。

target?: string

屬性值

string