ErrorDetail interface
錯誤詳細數據。
屬性
additional |
錯誤其他資訊。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
code | 錯誤碼。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
details | 錯誤詳細資料。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
message | 錯誤訊息。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
target | 錯誤目標。 注意:此屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
additionalInfo
code
錯誤碼。 注意:此屬性不會串行化。 它只能由伺服器填入。
code?: string
屬性值
string
details
message
錯誤訊息。 注意:此屬性不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
target
錯誤目標。 注意:此屬性不會串行化。 它只能由伺服器填入。
target?: string
屬性值
string