QgsGeometryIsValidCheckError class

An error for a QgsGeometryIsValid check.

The description is delivered by the underlying check engine, either GEOS or QGIS internal.

Base classes

class QgsSingleGeometryCheckError
An error from a QgsSingleGeometryCheck.

Constructors, destructors, conversion operators

QgsGeometryIsValidCheckError(const QgsSingleGeometryCheck* check, const QgsGeometry& geometry, const QgsGeometry& errorLocation, const QString& errorDescription)
Creates a new is valid check error.

Public functions

auto description() const -> QString override
A human readable description of this error.