共用方式為


ErrorModel interface

默認錯誤模型

屬性

code

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

details

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

message

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

target

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

屬性詳細資料

code

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

code?: string

屬性值

string

details

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

details?: ErrorModel[]

屬性值

message

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

message?: string

屬性值

string

target

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

target?: string

屬性值

string