Returns a string representation of the last error that
occured.
Property type
A String value.
Syntax
object.LastErrorText
The LastErrorText Property syntax has these parts:
Part
Description
object
An expression evaluating to an object
of type wodXMPP.
Remarks
Used for getting string representation of an error that
occured while executing previous method. This is
particuliarly usefull in scripting environment like ASP or
PowerBuilder, where you are unable to retrieve information
about error that occured in previously executed method.