Show / Hide Table of Contents

    Class ApiError

    Error information.

    Inheritance
    Object
    ApiError
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DataMigration.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.DataMigration.Models.ODataError error = null);
    Parameters
    ODataError error

    Error information in OData format

    Properties

    Error

    Gets or sets error information in OData format

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

    Back to top Azure SDK for Net