ErrorResponseModelError 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
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.