Minim
index
 
Name error ( )
Examples
None available
Description Used internally to report error messages. These error messages will appear in the console area of the PDE if you are running a sketch from the PDE, otherwise they will appear in the Java Console.
Syntax
error(s);
Parameters
s   the error message to report
Returns None
Usage Web & Application
Related