Interface IErrorCode


  • public interface IErrorCode
    Interface contains error code for right ql language validation
    • Field Detail

      • WRONG_PARAM_COUNT

        static final String WRONG_PARAM_COUNT
        Error code for validation issue says that restriction template has another parameters number
        See Also:
        Constant Field Values
      • TEMPLATE_NOT_FOUND

        static final String TEMPLATE_NOT_FOUND
        Error code for validation issue says that restriction template with the name was not found
        See Also:
        Constant Field Values
      • WRONG_TYPE_PREDICATE_PREPROCESSOR_EXPRESSION

        static final String WRONG_TYPE_PREDICATE_PREPROCESSOR_EXPRESSION
        Error code for validation issue says that preprocessor predicate expression is wrong
        See Also:
        Constant Field Values