共用方式為


ErrorResponseModelError interface

取得或設定錯誤。

Extends

繼承的屬性

code

取得或設定程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details

取得或設定詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

message

取得或設定訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。

target

取得或設定目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性詳細資料

code

取得或設定程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

code?: string

屬性值

string

繼承自ErrorModel.code

details

取得或設定詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details?: ErrorModel[]

屬性值

繼承自ErrorModel.details

message

取得或設定訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。

message?: string

屬性值

string

繼承自ErrorModel.message

target

取得或設定目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

target?: string

屬性值

string

繼承自ErrorModel.target