VCDPRE error message
General error
General lexical and syntax error.
String length error
¡The character string is too long. The maximum number of characters per line is 255 bytes.
Out of memory space
* There is no memory that can be secured. There is no better way than expanding the memory area by removing the driver.
Illegal character
An invalid character code is included in the character string.
Syntax error
Syntax error.
Cannot open File ****
**** The file name indicated by **** cannot be opened. Check if the file name actually exists.
Illegal token
Syntax error. The error may be due to an incorrect reserved word at the beginning of the line.
Illegal parameter **
Syntax error. The cause of the error may be that the type of the numeric parameter indicated by ** is different.
Illegal nesting of Include
Include too many nested Include. Include can only be up to 2 layers.
Block error
The following errors occur when the correspondence between Block and EndBlock is not taken. If this error occurs, the correspondence of subsequent blocks may be misaligned, so the same error will occur thereafter. Therefore, correcting the first error may fix the subsequent error.
Illegal nesting of Block
* There are too many nested blocks.
Illegal definition of Endblock
∙ There are too many EndBlock definitions.
Expected ****
It seems that there is no block declaration indicated by ****. **** may not be declared or there may be an unnecessary End ****.
Illegal difinition in **** block
This command can only be defined within a block marked with ****.
Illegal nesting of Directory
The directory nesting is too deep. The directory level is up to 8 levels.
**** block is not closed
**** Block is not closed. **** may be extra.