共用方式為


ErrorDetail interface

錯誤詳細數據。

屬性

additionalInfo

錯誤其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

code

錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details

錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

httpStatusCode

HTTP 狀態代碼注意:此屬性將不會串行化。 它只能由伺服器填入。

message

錯誤訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subCode

錯誤子程式代碼注意:此屬性將不會串行化。 它只能由伺服器填入。

target

錯誤目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

timeStamp

錯誤的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

additionalInfo

錯誤其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

additionalInfo?: ErrorAdditionalInfo[]

屬性值

code

錯誤碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

code?: string

屬性值

string

details

錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

details?: ErrorDetail[]

屬性值

httpStatusCode

HTTP 狀態代碼注意:此屬性將不會串行化。 它只能由伺服器填入。

httpStatusCode?: number

屬性值

number

message

錯誤訊息。 注意:這個屬性不會串行化。 它只能由伺服器填入。

message?: string

屬性值

string

subCode

錯誤子程式代碼注意:此屬性將不會串行化。 它只能由伺服器填入。

subCode?: number

屬性值

number

target

錯誤目標。 注意:這個屬性不會串行化。 它只能由伺服器填入。

target?: string

屬性值

string

timeStamp

錯誤的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。

timeStamp?: string

屬性值

string