Show / Hide Table of Contents

    Class ErrorResponse

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    ErrorResponse
    Inherited Members
    Identifiable.Id
    Response.ReadLink
    Response.WebSearchUrl
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class ErrorResponse : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Response

    Constructors

    ErrorResponse()

    Declaration
    public ErrorResponse ();

    ErrorResponse(IList<Error>, String, String, String)

    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
    IList<Error> errors

    String id

    String readLink

    String webSearchUrl

    Properties

    Errors

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="errors")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Error> Errors { get; set; }
    Property Value
    IList<Error>

    Methods

    Validate()

    Declaration
    public virtual void Validate ();
    Back to top Azure SDK for Net