QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

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

Detailed Description

Contains the parameters describing a project validation failure.

Definition at line 65 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 71 of file qgsprojectservervalidator.h.

Member Data Documentation

◆ error

QgsProjectServerValidator::ValidationError QgsProjectServerValidator::ValidationResult::error

Error which occurred during the validation process.

Definition at line 79 of file qgsprojectservervalidator.h.

◆ identifier

QVariant QgsProjectServerValidator::ValidationResult::identifier

Identifier related to the error.

It can be a layer/group name.

Definition at line 84 of file qgsprojectservervalidator.h.


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