ErrorResponseBody 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 Body contract.
public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
- Inheritance
-
ErrorResponseBody
Constructors
ErrorResponseBody() |
Initializes a new instance of the ErrorResponseBody class. |
ErrorResponseBody(String, String, IList<ErrorFieldContract>) |
Initializes a new instance of the ErrorResponseBody 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