ErrorEntity Constructors

Definition

Overloads

ErrorEntity()

Initializes a new instance of the ErrorEntity class.

ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, String, String)

Initializes a new instance of the ErrorEntity class.

ErrorEntity()

Initializes a new instance of the ErrorEntity class.

public ErrorEntity ();

Applies to

Azure SDK for .NET Legacy
Produto Versões
Azure SDK for .NET Legacy

ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, String, String)

Initializes a new instance of the ErrorEntity class.

public ErrorEntity (string extendedCode = default, string messageTemplate = default, System.Collections.Generic.IList<string> parameters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> innerErrors = default, string code = default, string message = default);

Parameters

extendedCode
String

Type of error.

messageTemplate
String

Message template.

parameters
IList<String>

Parameters for the template.

innerErrors
IList<ErrorEntity>

Inner errors.

code
String

Basic error code.

message
String

Any details of the error.

Applies to

Azure SDK for .NET Legacy
Produto Versões
Azure SDK for .NET Legacy