Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Error statements are generated using the #error
statement.
When this statement is encountered, the text of the error message is output to stderr and execution stops.
The following code example shows the syntax for using an ERROR statement.
#error [text]
Parameters
- text
This variable can include any characters.
See Also
Send Feedback on this topic to the authors