DefaultErrorResponseErrorDetailsItem Constructors

Definition

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