ErrorDetail 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 details.
public class ErrorDetail
type ErrorDetail = class
Public Class ErrorDetail
- Inheritance
-
ErrorDetail
Constructors
ErrorDetail() |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail(String, String, String, String, IList<String>, Object) |
Initializes a new instance of the ErrorDetail class. |
Properties
AdditionalProperties | |
Code |
Gets or sets the error's code. |
Message |
Gets or sets a human readable error message. |
Resources |
Gets or sets indicates resources which were responsible for the error. |
Target |
Gets or sets indicates which property in the request is responsible for the error. |
Value |
Gets or sets indicates which value in 'target' is responsible for the error. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET