ErrorDefinition interface
錯誤定義。
屬性
code | 服務特定的錯誤碼,可作為 HTTP 錯誤碼的子狀態。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
details | 內部錯誤詳細數據。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
message | 錯誤的描述。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
recommendation | 建議的描述。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
code
服務特定的錯誤碼,可作為 HTTP 錯誤碼的子狀態。 注意:此屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
details
message
錯誤的描述。 注意:此屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
recommendation
建議的描述。 注意:此屬性不會串行化。 它只能由伺服器填入。
recommendation?: string
屬性值
string