ErrorDetailOutput interface

這是最上層錯誤物件,其程序代碼符合 x-ms-error-code 回應標頭。

屬性

code

這是一組伺服器定義的錯誤碼。

details

這是導致此錯誤之特定錯誤的詳細數據陣列。

innererror

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

message

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

target

這是錯誤目標。

屬性詳細資料

code

這是一組伺服器定義的錯誤碼。

code: string

屬性值

string

details

這是導致此錯誤之特定錯誤的詳細數據陣列。

details?: ErrorDetailOutput[]

屬性值

innererror

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

innererror?: InnerErrorOutput

屬性值

message

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

message: string

屬性值

string

target

這是錯誤目標。

target?: string

屬性值

string