ParseError

Overview

ParseError is a class in Aspose.Html FOSS for Python.

A parse error recorded during tree construction.

Properties: code, column, line, message.

Properties

NameTypeAccessDescription
codestrRead/WriteGets or sets the code.
lineintRead/WriteGets or sets the line.
columnintRead/WriteGets or sets the column.
messagestrRead/WriteGets or sets the message.

See Also