Provides access to errors captured by the application server. The error information provided is server specific.
PSErrorClass (code, info )
PSErrorClass constructor |
Datatype |
Description |
---|---|---|
code |
int |
The error code returned from the connection object |
info |
String |
The error message returned from the connection object |
PSConnectionClass method |
Description |
---|---|
Returns the code associated with the current error object |
|
Returns the message associated with the current error object |
|
Returns the next error object, if one exists |