xml.ErrorSeverity

The xml.ErrorSeverity enumeration represents the severity of a single error object.

Constants

xml.ErrorSeverity.ERROR

The error object represents an error.

xml.ErrorSeverity.WARNING

The error object represents a warning.

xml.ErrorSeverity.INCONSISTENCY

The error object represents an inconsistency error.

xml.ErrorSeverity.INFO

The error object represents a piece of additional information.

xml.ErrorSeverity.OTHER

The meaning of the error object should be derived from the current context.