BBjErrorInfo
Description
In BBj 17.0 and higher, the BBjErrorInfo object encapsulates assorted error information from a specific instant in time, typically captured in an error handler.
Creation
BBjAPI > BBjErrorInfo
The BBjErrorInfo object is created through the following BBjAPI methods:
Return Value |
Method |
---|---|
BBjErrorInfo |
|
BBjErrorInfo | getErrorInfo(int level) |
Methods of BBjErrorInfo
Return Value |
Method |
---|---|
int |
getErr() |
int |
|
string |
|
long |
|
int |
getLevel() |
string |
|
string |
Remarks
None.
Constants
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.