CloudErrorBody interface
CloudErrorBody 代表雲端錯誤的主體。
屬性
code | 錯誤的識別碼。 程序代碼是不變的,而且是要以程序設計方式取用。 |
details | 錯誤的其他詳細數據清單。 |
message | 描述錯誤的訊息,適用於在使用者介面中顯示。 |
target | 特定錯誤的目標。 例如,錯誤中的屬性名稱。 |
屬性詳細資料
code
錯誤的識別碼。 程序代碼是不變的,而且是要以程序設計方式取用。
code?: string
屬性值
string
details
message
描述錯誤的訊息,適用於在使用者介面中顯示。
message?: string
屬性值
string
target
特定錯誤的目標。 例如,錯誤中的屬性名稱。
target?: string
屬性值
string