QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains the parameters describing a project validation failure. More...
#include <qgsprojectservervalidator.h>
Public Member Functions | |
ValidationResult (const QgsProjectServerValidator::ValidationError error, const QVariant &identifier) | |
Constructor for ValidationResult. More... | |
Public Attributes | |
QgsProjectServerValidator::ValidationError | error |
Error which occurred during the validation process. More... | |
QVariant | identifier |
Identifier related to the error. More... | |
Contains the parameters describing a project validation failure.
Definition at line 65 of file qgsprojectservervalidator.h.
|
inline |
Constructor for ValidationResult.
Definition at line 71 of file qgsprojectservervalidator.h.
QgsProjectServerValidator::ValidationError QgsProjectServerValidator::ValidationResult::error |
Error which occurred during the validation process.
Definition at line 79 of file qgsprojectservervalidator.h.
QVariant QgsProjectServerValidator::ValidationResult::identifier |
Identifier related to the error.
It can be a layer/group name.
Definition at line 84 of file qgsprojectservervalidator.h.