Share via


InnerErrorDescription Constructors

Definition

Overloads

InnerErrorDescription()

Initializes a new instance of the InnerErrorDescription class.

InnerErrorDescription(String, String, String)

Initializes a new instance of the InnerErrorDescription class.

InnerErrorDescription()

Initializes a new instance of the InnerErrorDescription class.

public InnerErrorDescription ();
Public Sub New ()

Applies to

InnerErrorDescription(String, String, String)

Initializes a new instance of the InnerErrorDescription class.

public InnerErrorDescription (string code, string message, string target = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.InnerErrorDescription : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.InnerErrorDescription
Public Sub New (code As String, message As String, Optional target As String = Nothing)

Parameters

code
String

error code.

message
String

error message.

target
String

target of the particular error.

Applies to