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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET