Falcon classes reflecting internal errors.
This is the list of classes used by falcon core module to report the scripts (or embedding applications) about runtime errors.
| AccessError | Error accessing an indexed item. |
| CloneError | Item cannot be cloned. |
| CodeError | VM and internal coded related error descriptor. |
| Error | Internal VM and runtime error reflection class. |
| GenericError | Generic undefined failure. |
| InterruptedError | Wait operation interrupted. |
| IoError | Error on I/O operations. |
| MathError | Mathematical calculation error. |
| MessageError | Error in the messaging system. |
| ParamError | Incongruent paremeter error. |
| ParseError | Generic input parsing error. |
| SyntaxError | Syntax error descriptor. |
| TableError | Error in Table class core operations. |
| TypeError | Type mismatch in a typed operation. |