ComputeNodeError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error encountered by a Compute Node.
public class ComputeNodeError
type ComputeNodeError = class
Public Class ComputeNodeError
- Inheritance
-
ComputeNodeError
Constructors
ComputeNodeError() |
Initializes a new instance of the ComputeNodeError class. |
ComputeNodeError(String, String, IList<NameValuePair>) |
Initializes a new instance of the ComputeNodeError class. |
Properties
Code |
Gets or sets an identifier for the Compute Node error. Codes are invariant and are intended to be consumed programmatically. |
ErrorDetails |
Gets or sets the list of additional error details related to the Compute Node error. |
Message |
Gets or sets a message describing the Compute Node error, intended to be suitable for display in a user interface. |
Applies to
Azure SDK for .NET