ErrorDetails 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 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. |