RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::validation_diagnostic Struct Reference

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.
 

Detailed Description

One class-file validation failure.

Definition at line 36 of file validation.hpp.

Member Data Documentation

◆ code

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.

◆ location

validation_location rpnx::cortado::validation_diagnostic::location

Structured position in the validated model.

Definition at line 39 of file validation.hpp.

◆ message

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.


The documentation for this struct was generated from the following file: