5 #ifndef CUTELYSTVALIDATORRESULT_H 6 #define CUTELYSTVALIDATORRESULT_H 8 #include <Cutelyst/cutelyst_global.h> 10 #include <QStringList> 11 #include <QSharedDataPointer> 12 #include <QVariantHash> 13 #include <QJsonObject> 17 class ValidatorResultPrivate;
137 bool hasErrors(
const QString &field)
const;
163 explicit operator bool()
const {
175 QVariantHash values()
const;
205 QVariantHash extras()
const;
233 #endif // CUTELYSTVALIDATORRESULT_H
The Cutelyst namespace holds all public Cutelyst API.
Provides information about performed validations.