PSErrorClass

Provides access to errors captured by the application server. The error information provided is server specific.

Syntax

PSErrorClass (code, info )

Constructors

PSErrorClass constructor

Datatype

Description

code

int

The error code returned from the connection object

info

String

The error message returned from the connection object

Methods

PSConnectionClass method

Description

GetCode

Returns the code associated with the current error object

GetMessage

Returns the message associated with the current error object

GetNextError

Returns the next error object, if one exists