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.
Details of error response.
public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
- Inheritance
-
ErrorResponseBody
Constructors
ErrorResponseBody() |
Initializes a new instance of the ErrorResponseBody class. |
ErrorResponseBody(String, String, String, IList<ErrorResponseBody>) |
Initializes a new instance of the ErrorResponseBody class. |
Properties
Code |
Gets or sets error code, intended to be consumed programmatically. |
Details |
Gets or sets a list of additional details about the error. |
Message |
Gets or sets description of the error, intended for display in user interface. |
Target |
Gets or sets target of the particular error, for example name of the property. |
Applies to
Azure SDK for .NET