Share via


AzureError Class

 

An error response received from the Azure Batch service.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.AzureError

Syntax

public class AzureError
public ref class AzureError 
type AzureError = class end
Public Class AzureError

Constructors

Name Description
System_CAPS_pubmethod AzureError()

Initializes a new instance of the AzureError class.

Properties

Name Description
System_CAPS_pubproperty Code

Optional. Gets or sets an identifier for the error. Codes are invariant and are intended to be consumed programmatically.

System_CAPS_pubproperty Message

Optional. Gets or sets a message describing the error, intended to be suitable for display in a user interface.

System_CAPS_pubproperty Values

Optional. Gets or sets a collection of key-value pairs containing additional details about the error.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top