BatchAIError Class
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.
An error response from the Batch AI service.
public class BatchAIError
type BatchAIError = class
Public Class BatchAIError
- Inheritance
-
BatchAIError
Constructors
BatchAIError() |
Initializes a new instance of the BatchAIError class. |
BatchAIError(String, String, IList<NameValuePair>) |
Initializes a new instance of the BatchAIError class. |
Properties
Code |
Gets an identifier of the error. Codes are invariant and are intended to be consumed programmatically. |
Details |
Gets a list of additional details about the error. |
Message |
Gets a message describing the error, intended to be suitable for display in a user interface. |
Applies to
Azure SDK for .NET