[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

TErrorSeverity

Represents error severity codes for XML read operations.

Declaration

Source position: laz2_xmlread.pas line 32

type TErrorSeverity = (

  esWarning,

  

Error is a warning.

  esError,

  

Error is an Error (not a Warning).

  esFatal

  

Error is an unrecoverable Fatal Error.

);

Description

TErrorSeverity is an enumerated type that represents error severity codes for XML read operations. TErrorSeverity is the type used to represent error codes in EXMLReadError, and passed as an argument to the error handler in the TXMLReader.

See also

EXMLReadError

  

Exception raised when reading XML content.


Version 3.2 Generated 2024-02-25 Home