Back to product page

LastErrorText property


Holds text description of last error that occurred.

Type

String

Syntax

  • Basic
object.LastErrorText [= value]
The LastErrorText(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodXMPP
valueA String value.

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.

Platforms

Windows