ErrorResponseModelError 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.
Gets or sets the error.
public class ErrorResponseModelError : Microsoft.Azure.Management.Purview.Models.ErrorModel
type ErrorResponseModelError = class
inherit ErrorModel
Public Class ErrorResponseModelError
Inherits ErrorModel
- Inheritance
Constructors
ErrorResponseModelError() |
Initializes a new instance of the ErrorResponseModelError class. |
ErrorResponseModelError(String, IList<ErrorModel>, String, String) |
Initializes a new instance of the ErrorResponseModelError class. |
Properties
Code |
Gets or sets the code. (Inherited from ErrorModel) |
Details |
Gets or sets the details. (Inherited from ErrorModel) |
Message |
Gets or sets the messages. (Inherited from ErrorModel) |
Target |
Gets or sets the target. (Inherited from ErrorModel) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET