共用方式為


ServerEndpointRecallStatus interface

伺服器端點召回狀態物件。

屬性

lastUpdatedTimestamp

上次更新的時間戳注意:此屬性不會串行化。 它只能由伺服器填入。

recallErrors

重新叫用錯誤陣列注意:此屬性將不會串行化。 它只能由伺服器填入。

totalRecallErrorsCount

重新叫用錯誤的總計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

lastUpdatedTimestamp

上次更新的時間戳注意:此屬性不會串行化。 它只能由伺服器填入。

lastUpdatedTimestamp?: Date

屬性值

Date

recallErrors

重新叫用錯誤陣列注意:此屬性將不會串行化。 它只能由伺服器填入。

recallErrors?: ServerEndpointRecallError[]

屬性值

totalRecallErrorsCount

重新叫用錯誤的總計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

totalRecallErrorsCount?: number

屬性值

number