Share via


ErrorResponseModelError Constructors

Definition

Overloads

ErrorResponseModelError()

Initializes a new instance of the ErrorResponseModelError class.

ErrorResponseModelError(String, IList<ErrorModel>, String, String)

Initializes a new instance of the ErrorResponseModelError class.

ErrorResponseModelError()

Initializes a new instance of the ErrorResponseModelError class.

public ErrorResponseModelError ();
Public Sub New ()

Applies to

ErrorResponseModelError(String, IList<ErrorModel>, String, String)

Initializes a new instance of the ErrorResponseModelError class.

public ErrorResponseModelError (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.ErrorResponseModelError : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.ErrorModel> * string * string -> Microsoft.Azure.Management.Purview.Models.ErrorResponseModelError
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