DefaultErrorResponseErrorDetailsItem 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
DefaultErrorResponseErrorDetailsItem() |
Initializes a new instance of the DefaultErrorResponseErrorDetailsItem class. |
DefaultErrorResponseErrorDetailsItem(String, String, String) |
Initializes a new instance of the DefaultErrorResponseErrorDetailsItem class. |
DefaultErrorResponseErrorDetailsItem()
Initializes a new instance of the DefaultErrorResponseErrorDetailsItem class.
public DefaultErrorResponseErrorDetailsItem ();
Public Sub New ()
Applies to
DefaultErrorResponseErrorDetailsItem(String, String, String)
Initializes a new instance of the DefaultErrorResponseErrorDetailsItem class.
public DefaultErrorResponseErrorDetailsItem (string code = default, string message = default, string target = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseErrorDetailsItem : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseErrorDetailsItem
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing)
Parameters
- code
- String
Standardized string to programmatically identify the error.
- message
- String
Detailed error description and debugging information.
- target
- String
Detailed error description and debugging information.
Applies to
Azure SDK for .NET