Ruby 3.5.0dev (2025-02-22 revision d6f44535c6482e895483c0c28c9a35bcf5e4fd88)
|
This struct holds the data for each diagnostic. More...
Data Fields | |
const char * | message |
The message associated with the diagnostic. | |
uint8_t | level |
The level associated with the diagnostic. | |
This struct holds the data for each diagnostic.
Definition at line 14 of file diagnostic.c.
uint8_t pm_diagnostic_data_t::level |
The level associated with the diagnostic.
Definition at line 19 of file diagnostic.c.
const char* pm_diagnostic_data_t::message |
The message associated with the diagnostic.
Definition at line 16 of file diagnostic.c.