Name | Description |
---|
Success | The TemplateEngine operation succeeded. |
ParserInvalidParsingMode | Invalid parsing mode. |
ParserUnexpectedCharacter | The character is not expected in the expression. |
ParserUnexpectedToken | The token is not expected. |
ParserExpectingAnotherToken | The parser is expecting another token, not the given token. |
ParserInvalidToken | The token is invalid. |
TemplateInvalidOperator | Invalid operator. |
TemplateInvalidAssignment | Invalid assignment, left side must be a variable. |
TemplateInvalidElseIfStatement | Invalid elseif statement, elseif must be placed inside if. |
TemplateInvalidElseStatement | Invalid else statement, else must be placed inside if. |
TemplateOperatorNotExpected | Operator is not expected. |
TemplateInvalidForEachStatement | Invalid foreach syntax. |
TemplateInvalidForStatement | Invalid for syntax. |
TemplateInvalidDictionary | Invalid dictionary initialization, the number of parameters must be even. |
TemplateUnexpectedToken | The token is not expected. |
TemplateUnexpectedEndOfFile | Unexpected end of file. |
TemplateUnexpectedTokebInString | Unexpected token in string. |
PropertyRestricted | The property is restricted due to the security reason. |
MethodRestricted | The method is restricted due to the security reason. |
BaseClassNotFound | Template base class not found. |
TemplateClassDoesNotImplementInheritedAbstractTemplate | Template class does not implement inherited abstract template. |
GeneralFailure | General failure. |