ErrorResponse 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.
Error Response.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ErrorResponse
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ErrorResponse = class
Public Class ErrorResponse
- Inheritance
-
ErrorResponse
- Attributes
Constructors
ErrorResponse() |
Initializes a new instance of the ErrorResponse class. |
ErrorResponse(String, String, IList<ErrorFieldContract>) |
Initializes a new instance of the ErrorResponse 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. |
Details |
Gets or sets the list of invalid fields send in request, in case of validation error. |
Message |
Gets or sets human-readable representation of the error. |
Applies to
Azure SDK for .NET