Show / Hide Table of Contents

    Class ApiError

    The API error.

    Inheritance
    Object
    ApiError
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Media.dll
    Syntax
    public class ApiError

    Constructors

    ApiError()

    Initializes a new instance of the ApiError class.

    Declaration
    public ApiError ();

    ApiError(ODataError)

    Initializes a new instance of the ApiError class.

    Declaration
    public ApiError (Microsoft.Azure.Management.Media.Models.ODataError error = null);
    Parameters
    ODataError error

    ApiError

    Properties

    Error

    Gets or sets apiError

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="error")]
    public Microsoft.Azure.Management.Media.Models.ODataError Error { get; set; }
    Property Value
    ODataError

    Remarks

    The error properties.

    Back to top Azure SDK for Net