Class BatchError


  • public class BatchError
    extends Object
    An error response received from the Azure Batch service.
    • Constructor Detail

      • BatchError

        public BatchError()
    • Method Detail

      • code

        public String code()
        Get the code value.
        Returns:
        the code value
      • withCode

        public BatchError withCode​(String code)
        Set the code value.
        Parameters:
        code - the code value to set
        Returns:
        the BatchError object itself.
      • message

        public ErrorMessage message()
        Get the message value.
        Returns:
        the message value
      • withMessage

        public BatchError withMessage​(ErrorMessage message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the BatchError object itself.
      • withValues

        public BatchError withValues​(List<BatchErrorDetail> values)
        Set the values value.
        Parameters:
        values - the values value to set
        Returns:
        the BatchError object itself.