Class: QgsValidityCheckResult

class qgis.core.QgsValidityCheckResult

Bases: sip.wrapper

Represents an individual result from a validity check run by a QgsAbstractValidityCheck subclass.

Results can either be warnings or critical errors, as dictated by the type member. Critical error are errors which are serious enough to prevent an operation from proceeding, while a warning result will be communicated to users, but not prevent them from proceeding.

Attributes

Critical

Warning

Critical = 1
class Type

Bases: int

Warning = 0
checkId
detailedDescription
title
type