ValidationIssue Struct
A single reported issue from a Contract. More...
Declaration
struct simaai::neat::ValidationIssue { ... }
Included Headers
#include <ValidationReport.h>
Public Member Attributes Index
| ValidationSeverity | severity = ValidationSeverity::Error |
| std::string | contract_id |
| std::string | code |
| std::string | message |
| int | node_index = -1 |
| std::string | node_kind |
| std::string | node_label |
Description
A single reported issue from a Contract.
Definition at line 41 of file ValidationReport.h.
Public Member Attributes
code
|
Definition at line 46 of file ValidationReport.h.
contract_id
|
Definition at line 45 of file ValidationReport.h.
45 std::string contract_id; // Contract::id()
message
|
Definition at line 47 of file ValidationReport.h.
node_index
|
Definition at line 50 of file ValidationReport.h.
50 int node_index = -1;
node_kind
|
Definition at line 51 of file ValidationReport.h.
node_label
|
Definition at line 52 of file ValidationReport.h.
52 std::string node_label;
severity
|
Definition at line 42 of file ValidationReport.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.