@ InvalidFormatString
Invalid format string, only v or f is allowed.
@ ConditionalTypesNotCompatible
"Types of conditional are not compatible",
@ ExpectedStringOrFloatAnyD
"Expected String or Float[d]"
@ UndeclaredFunction
"Function " << _name << " has no definition"
@ ArgumentTypeMismatch
"Expected "<< type << " for argument, got " << childType
@ BadAssignmentOperator
"Assignment operation has bad type: " << _type
@ WrongNumberOfArgumentsMultiple3Plus1
"Wrong number of arguments, should be multiple of 3 plus 1"
@ SyntaxError
Syntax error.
@ ExpectedFloatAnyD
"Expected Float[d]"
@ FirstArgumentNotString
"First argument must be a string."
@ WrongNumberOfArguments
"Wrong number of arguments, should be 1 to 7"
@ FunctionTooManyArguments
"Too many args for function " << _name
@ ExpectedFloatOrFloat3
"Expected float or FP[3]"
@ Unknown
Unknown error (message = %1)
@ ExpectedFloatD
"Expected Float[" << d << "]"
@ TypeMismatch12
"Type mismatch. First: " << first << " Second: " << second
@ WrongNumberOfArguments1Plus
"Wrong number of arguments, should be >= 1"
@ FunctionTooFewArguments
"Too few args for function " << _name
@ UnexpectedEndOfFormatString
Unexpected end of format string.
@ ExpressionIncompatibleTypes
"Expression generated type " << _parseTree->type() << " incompatible with desired type " << _desiredR...
@ IncompleteFormatSpecifier
"incomplete format specifier"
@ UnexpectedEndOfExpression
Unexpected end of expression.
@ InconsistentDefinition
"Variable " << name() << " defined in conditionals inconsistently."
@ WrongNumberOfArgumentsForFormatString
Wrong number of arguments for format string.