Class AuWrongValue


  • public class AuWrongValue
    extends AuResponse
    A response to tell the client a component's value is wrong.

    data[0]: component data[1]: the error message

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuWrongValue

        public AuWrongValue​(Component comp,
                            java.lang.String message)
      • AuWrongValue

        public AuWrongValue​(java.lang.String[] data)
        Constructor for multiple wrong values.
        Parameters:
        data - a string array, the data in the array shall be ["uuid1", "message1", "uuid2", "message2"...]
        Since:
        3.6.0