Class ErrorResponse
Inheritance
ErrorResponse
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class ErrorResponse : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Response
Constructors
Declaration
public ErrorResponse (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Error> errors, string id = null, string readLink = null, string webSearchUrl = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Error> Errors { get; set; }
Property Value
Methods
Declaration
public virtual void Validate ();