Package 

Class ValidationResultFactory

    • Method Summary

      Modifier and Type Method Description
      static ValidationResult create(int errorCode, int messageCode, Array<String> values) Returns error object containing error code and message based on given parameters
      static ValidationResult create(int errorCode)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

         static ValidationResult create(int errorCode, int messageCode, Array<String> values)

        Returns error object containing error code and message based on given parameters

        Parameters:
        errorCode - error code
        messageCode - message code belonging to error code
        values - values to add in error message