共用方式為


CloudErrorBody interface

來自服務的錯誤回應。

屬性

code

錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。

details

錯誤的其他詳細資料清單。

message

描述錯誤的訊息,適用于在使用者介面中顯示。

target

特定錯誤的目標。 例如,錯誤中的屬性名稱。

屬性詳細資料

code

錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。

code?: string

屬性值

string

details

錯誤的其他詳細資料清單。

details?: CloudErrorBody[]

屬性值

message

描述錯誤的訊息,適用于在使用者介面中顯示。

message?: string

屬性值

string

target

特定錯誤的目標。 例如,錯誤中的屬性名稱。

target?: string

屬性值

string