Error Codes
Errors that occur when you run your macros can be generated by Visual Basic or Reflection 2008 commands. The values for error codes specific to Reflection 2008 vary, depending on which host you use.
These error codes
|
May occur when executing
|
1 - 1000
|
A Visual Basic command.
(For information about these errors, see "trappable errors" in the Microsoft Visual Basic Help.)
|
4000 - 4999
|
A Reflection command supported by IBM hosts (3270 and 5250).
These errors are represented by error constants that begin with "rcRte". For example, the predefined constant rcRtePathNotFound is equivalent to 4023.
|
10,000 - 10,999
|
A Reflection command supported by OpenSystems hosts (UNIX and OpenVMS, and ReGIS Graphics).
These errors are represented by error constants beginning with "rcErr". For example, the predefined constant rcErrNotConnected is equivalent to 10,023.
|
|