Share via


ErrorDetails Class

Definition

An error response details received from the Azure Maintenance service.

public class ErrorDetails
type ErrorDetails = class
Public Class ErrorDetails
Inheritance
ErrorDetails

Constructors

ErrorDetails()

Initializes a new instance of the ErrorDetails class.

ErrorDetails(String, String)

Initializes a new instance of the ErrorDetails class.

Properties

Code

Gets or sets service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Message

Gets or sets human-readable representation of the error.

Applies to