Skip to content

XML_DISPLAYERROR ​

XML_DISPLAYERROR shows an error message, if an error occured.

Syntax ​

leo-grammar
CC "Documentation" XML_DISPLAYERROR	[ hide ]
CC "Documentation" XML_DISPLAYERROR	[ hide ]

Parameters ​

  • hide (modifier) - if passed the message wont be displayed, but just logged.

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success

Details ​

If the last call to the XML parser returned XML_NOERROR, this method does nothing.

See Also ​

Examples ​

asc
CC "Documentation" XML_OPEN "FileThatNotExists.Xml"
CC "Documentation" XML_DISPLAYERROR
CC "Documentation" XML_OPEN "FileThatNotExists.Xml"
CC "Documentation" XML_DISPLAYERROR

Versions and Changes ​

Available since ADOxx 1.3