Class: QgsValidityCheckResult

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.

Added in version 3.6.

class qgis.core.QgsValidityCheckResult[source]

Bases: object

Critical = 1
class Type

Bases: int

Warning = 0
checkId: str
detailedDescription: str
title: str
type: Type