Class ResizeError


  • public class ResizeError
    extends Object
    An error that occurred when resizing a pool.
    • Constructor Detail

      • ResizeError

        public ResizeError()
    • Method Detail

      • code

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

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

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

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

        public List<ResizeError> details()
        Get the details value.
        Returns:
        the details value
      • withDetails

        public ResizeError withDetails​(List<ResizeError> details)
        Set the details value.
        Parameters:
        details - the details value to set
        Returns:
        the ResizeError object itself.