Share via


ErrorModel Constructors

Definition

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.

Applies to