共用方式為


ErrorResponse interface

最上層回應,表示失敗的要求。

屬性

errors

描述要求失敗原因的錯誤清單。

id

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

webSearchUrl

此專案之 Bing 搜尋結果的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

errors

描述要求失敗原因的錯誤清單。

errors: ErrorModel[]

屬性值

id

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

id?: string

屬性值

string

webSearchUrl

此專案之 Bing 搜尋結果的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

webSearchUrl?: string

屬性值

string