Show / Hide Table of Contents

    Class CloudError

    Inheritance
    Object
    CloudError
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
    Syntax
    public class CloudError

    Constructors

    CloudError()

    Declaration
    public CloudError ();

    Properties

    AdditionalInfo

    Declaration
    public System.Collections.Generic.IList<Microsoft.Rest.ClientRuntime.Azure.CommonModels.AdditionalErrorInfo> AdditionalInfo { get; }
    Property Value
    IList<AdditionalErrorInfo>

    Code

    Declaration
    public string Code { get; set; }
    Property Value
    String

    Details

    Declaration
    public System.Collections.Generic.IList<Microsoft.Rest.Azure.CloudError> Details { get; }
    Property Value
    IList<CloudError>

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    String

    Target

    Declaration
    public string Target { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net