共用方式為


CloudErrorBody interface

來自服務的錯誤回應。

屬性

code

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

message

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

屬性詳細資料

code

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

code?: string

屬性值

string

message

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

message?: string

屬性值

string