DefaultErrorResponseError Constructors

Definition

Overloads

DefaultErrorResponseError()

Initializes a new instance of the DefaultErrorResponseError class.

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

Initializes a new instance of the DefaultErrorResponseError class.

DefaultErrorResponseError()

Initializes a new instance of the DefaultErrorResponseError class.

public DefaultErrorResponseError ();
Public Sub New ()

Applies to

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

Initializes a new instance of the DefaultErrorResponseError class.

public DefaultErrorResponseError (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseErrorDetailsItem> details = default, string innererror = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseError : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseErrorDetailsItem> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DefaultErrorResponseError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of DefaultErrorResponseErrorDetailsItem) = Nothing, Optional innererror 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.

innererror
String

More information to debug error.

Applies to