BatchAIError 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
BatchAIError() |
Initializes a new instance of the BatchAIError class. |
BatchAIError(String, String, IList<NameValuePair>) |
Initializes a new instance of the BatchAIError class. |
BatchAIError()
Initializes a new instance of the BatchAIError class.
public BatchAIError ();
Public Sub New ()
Applies to
BatchAIError(String, String, IList<NameValuePair>)
Initializes a new instance of the BatchAIError class.
public BatchAIError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair> details = default);
new Microsoft.Azure.Management.BatchAI.Models.BatchAIError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair> -> Microsoft.Azure.Management.BatchAI.Models.BatchAIError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of NameValuePair) = Nothing)
Parameters
- code
- String
An identifier of the error. Codes are invariant and are intended to be consumed programmatically.
- message
- String
A message describing the error, intended to be suitable for display in a user interface.
- details
- IList<NameValuePair>
A list of additional details about the error.
Applies to
Azure SDK for .NET