SOAPError is available since version 1.0.
Prototype:
string SOAPError(number error_handle)
Parameters
error_handle
[in] an error handle
Description:
Get the error text associated with the error handle.
Return value:
Returns the error text associated with the error handle. If error_handle is invalid, an empty string will be returned.