Class ComputerVisionError


  • public class ComputerVisionError
    extends Object
    The API request error.
    • Constructor Detail

      • ComputerVisionError

        public ComputerVisionError()
    • Method Detail

      • message

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

        public ComputerVisionError withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the ComputerVisionError object itself.
      • withInnererror

        public ComputerVisionError withInnererror​(ComputerVisionInnerError innererror)
        Set the innererror value.
        Parameters:
        innererror - the innererror value to set
        Returns:
        the ComputerVisionError object itself.