March 2002
Intermediate to advanced
528 pages
21h 29m
English
trigger_error
void trigger_error(stringerror[, inttype])
Triggers an error condition; if the type is not given, it defaults to
E_USER_NOTICE. The following types are valid:
|
|
User-generated error |
|
|
User-generated warning |
|
|
User-generated notice |
The error string will be truncated to 1KB of text if it is longer than 1KB.
Read now
Unlock full access