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, IList<ErrorDetail>) |
Initializes a new instance of the ErrorDetail class. |
Properties
Code |
Gets or sets the error's code. |
Details |
Gets or sets additional error details. |
Message |
Gets or sets a human readable error message. |
Target |
Gets or sets indicates which property in the request is responsible for the error. |
Methods
Validate() |
Validate the object. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET