Class BatchAIError
java.lang.Object
com.microsoft.azure.management.batchai.BatchAIError
An error response from the Batch AI service.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BatchAIError
public BatchAIError()
-
-
Method Details
-
code
Get an identifier of the error. Codes are invariant and are intended to be consumed programmatically.- Returns:
- the code value
-
message
Get a message describing the error, intended to be suitable for display in a user interface.- Returns:
- the message value
-
details
Get a list of additional details about the error.- Returns:
- the details value
-