Class BatchAIError

java.lang.Object
com.microsoft.azure.management.batchai.BatchAIError

public class BatchAIError extends Object
An error response from the Batch AI service.
  • Constructor Details

    • BatchAIError

      public BatchAIError()
  • Method Details

    • code

      public String code()
      Get an identifier of the error. Codes are invariant and are intended to be consumed programmatically.
      Returns:
      the code value
    • message

      public String message()
      Get a message describing the error, intended to be suitable for display in a user interface.
      Returns:
      the message value
    • details

      public List<NameValuePair> details()
      Get a list of additional details about the error.
      Returns:
      the details value