18 #ifndef CUTELYSTVALIDATORRESULT_H
19 #define CUTELYSTVALIDATORRESULT_H
21 #include <Cutelyst/cutelyst_global.h>
23 #include <QStringList>
24 #include <QSharedDataPointer>
25 #include <QVariantHash>
26 #include <QJsonObject>
30 class ValidatorResultPrivate;
111 bool isValid()
const;
150 bool hasErrors(
const QString &field)
const;
176 explicit operator bool()
const {
188 QVariantHash values()
const;
218 QVariantHash extras()
const;
246 #endif // CUTELYSTVALIDATORRESULT_H
Provides information about performed validations.