ErrorResponse interface
The top-level response that represents a failed request.
Properties
adaptive |
NOTE: This property will not be serialized. It can only be populated by the server. |
errors | A list of errors that describe the reasons why the request failed. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
immediate |
NOTE: This property will not be serialized. It can only be populated by the server. |
potential |
NOTE: This property will not be serialized. It can only be populated by the server. |
preferred |
NOTE: This property will not be serialized. It can only be populated by the server. |
read |
The URL that returns this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
adaptiveCard
NOTE: This property will not be serialized. It can only be populated by the server.
adaptiveCard?: string
Property Value
string
errors
A list of errors that describe the reasons why the request failed.
errors: ErrorModel[]
Property Value
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
immediateAction
NOTE: This property will not be serialized. It can only be populated by the server.
immediateAction?: ActionUnion[]
Property Value
potentialAction
NOTE: This property will not be serialized. It can only be populated by the server.
potentialAction?: ActionUnion[]
Property Value
preferredClickthroughUrl
NOTE: This property will not be serialized. It can only be populated by the server.
preferredClickthroughUrl?: string
Property Value
string
readLink
The URL that returns this resource. NOTE: This property will not be serialized. It can only be populated by the server.
readLink?: string
Property Value
string
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string