ErrorModel Constructors
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.
Overloads
ErrorModel() |
Initializes a new instance of the ErrorModel class. |
ErrorModel(String, IList<ErrorModel>, String, String) |
Initializes a new instance of the ErrorModel class. |
ErrorModel()
Initializes a new instance of the ErrorModel class.
public ErrorModel ();
Public Sub New ()
Applies to
ErrorModel(String, IList<ErrorModel>, String, String)
Initializes a new instance of the ErrorModel class.
public ErrorModel (string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.ErrorModel> details = default, string message = default, string target = default);
new Microsoft.Azure.Management.Purview.Models.ErrorModel : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.ErrorModel> * string * string -> Microsoft.Azure.Management.Purview.Models.ErrorModel
Public Sub New (Optional code As String = Nothing, Optional details As IList(Of ErrorModel) = Nothing, Optional message As String = Nothing, Optional target As String = Nothing)
Parameters
- code
- String
Gets or sets the code.
- details
- IList<ErrorModel>
Gets or sets the details.
- message
- String
Gets or sets the messages.
- target
- String
Gets or sets the target.