(field_path, rule_id) locator for a validation message.
More...
#include <validation_key.hpp>
|
| std::string | field_path |
| | e.g. "user.email"; empty = form-level
|
| std::string | rule_id |
| | e.g. "required"; empty = anonymous
|
(field_path, rule_id) locator for a validation message.
◆ empty()
| bool aria::ValidationKey::empty |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ to_string()
| std::string aria::ValidationKey::to_string |
( |
| ) |
const |
|
inlinenodiscard |
◆ field_path
| std::string aria::ValidationKey::field_path |
e.g. "user.email"; empty = form-level
◆ rule_id
| std::string aria::ValidationKey::rule_id |
e.g. "required"; empty = anonymous
The documentation for this struct was generated from the following file: