|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
One class-file validation failure. More...
#include <validation.hpp>
Public Attributes | |
| validation_code | code {validation_code::invalid_version} |
| Stable category suitable for programmatic handling. | |
| validation_location | location |
| Structured position in the validated model. | |
| std::string | message |
| Human-readable explanation; not intended as a stable programmatic identifier. | |
One class-file validation failure.
Definition at line 36 of file validation.hpp.
| validation_code rpnx::cortado::validation_diagnostic::code {validation_code::invalid_version} |
Stable category suitable for programmatic handling.
Definition at line 38 of file validation.hpp.
| validation_location rpnx::cortado::validation_diagnostic::location |
Structured position in the validated model.
Definition at line 39 of file validation.hpp.
| std::string rpnx::cortado::validation_diagnostic::message |
Human-readable explanation; not intended as a stable programmatic identifier.
Definition at line 40 of file validation.hpp.