QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsProjectServerValidator::ValidationResult Struct Reference

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.

Public Attributes

QgsProjectServerValidator::ValidationError error
 Error which occurred during the validation process.
QVariant identifier
 Identifier related to the error.

Detailed Description

Contains the parameters describing a project validation failure.

Definition at line 62 of file qgsprojectservervalidator.h.

Constructor & Destructor Documentation

◆ ValidationResult()

QgsProjectServerValidator::ValidationResult::ValidationResult ( const QgsProjectServerValidator::ValidationError error,
const QVariant & identifier )
inline

Constructor for ValidationResult.

Definition at line 68 of file qgsprojectservervalidator.h.

Member Data Documentation

◆ error

QgsProjectServerValidator::ValidationError QgsProjectServerValidator::ValidationResult::error

Error which occurred during the validation process.

Definition at line 76 of file qgsprojectservervalidator.h.

◆ identifier

QVariant QgsProjectServerValidator::ValidationResult::identifier

Identifier related to the error.

It can be a layer/group name.

Definition at line 81 of file qgsprojectservervalidator.h.


The documentation for this struct was generated from the following file: