Class TemplateResponse


  • public final class TemplateResponse
    extends Object
    Response returned during Template validation
    Author:
    Jeremy Unruh
    • Method Detail

      • isValid

        public boolean isValid()
        True if the template validation was successful
        Returns:
        true if successful
      • getMessage

        public String getMessage()
        The Error message that occurred during validation.
        Returns:
        the error message, will be null if isValid() is true