Was this helpful?
Untrappable Error Codes
Untrappable error codes are errors that cannot be trapped, caught, ignored, or handled.
The following table provides a list of untrappable error codes.
Error Code
Error Name
Description
0
OK
No error
1
ARGCOUNT
A few arguments on the stack
2
OVERFLOW
Stack overflow
3
UNDERFLOW
Stack underflow
4
RESUMENOEH
Resume or resume next occurred outside of the error handler
5
OUTOFMEM
Out of memory
6
JAVAFATAL
Unspecified JVM fatal error
7
ASSERT
Assertion failed in runit mode
Last modified date: 08/02/2023