Skip to content

XML_DISPLAY_ERROR ​

XML_DISPLAY_ERROR shows an error message, if an error occured.

Syntax ​

leo-grammar
CC "Documentation" XML_DISPLAY_ERROR	[ 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_DISPLAY_ERROR, this method does nothing.

See Also ​

Examples ​

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

Versions and Changes ​

Available since ADOxx 1.3