Getapplicationcode, Geterror, Geterrordetail – HP NonStop G-Series User Manual
Page 291: Getstringerror, Getstringerrordetail

getApplicationCode
int getApplicationCode()
Returns The application code.
Usage Get the application code returned by the service. The application code is same as the
tpurcode in TUXEDO.
getError
int getError()
Returns The error number.
Usage Get the system (non-TPESVCFAIL) error number. The error number is the same as the
tperrno in TUXEDO.
getErrorDetail
int getErrorDetail()
Returns The detail system error number, if TUXEDO 6.4; otherwise 0.
Usage Get the detail system error number. This information is available only to TUXEDO 6.4
and then only if the service call has timed out.
getStringError
String getStringError()
Returns The system error message. If it is not a system error, null is returned.
Usage Get the system error message.
getStringErrorDetail
String getStringErrorDetail()
Returns The detail system error message, if TUXEDO 6.4; otherwise null.
Usage Get the detail system error message. This information is available only to
TUXEDO 6.4 and then only if the service call has timed out.