ErrorDetail 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
ErrorDetail() |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail(String, String, String, IList<ErrorDetail>, IList<ErrorAdditionalInfo>) |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail()
Initializes a new instance of the ErrorDetail class.
public ErrorDetail ();
Public Sub New ()
Applies to
ErrorDetail(String, String, String, IList<ErrorDetail>, IList<ErrorAdditionalInfo>)
Initializes a new instance of the ErrorDetail class.
public ErrorDetail (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorDetail> details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorAdditionalInfo> additionalInfo = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorDetail : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorDetail> * System.Collections.Generic.IList<Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorAdditionalInfo> -> Microsoft.Azure.Management.KubernetesConfiguration.Extensions.Models.ErrorDetail
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of ErrorDetail) = Nothing, Optional additionalInfo As IList(Of ErrorAdditionalInfo) = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.
- target
- String
The error target.
- details
- IList<ErrorDetail>
The error details.
- additionalInfo
- IList<ErrorAdditionalInfo>
The error additional info.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET