|
Ruby 4.1.0dev (2026-09-07 revision b57404b461ba8bf34e802d86b0db78388216e182)
|
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 27 of file diagnostic.c.
| uint8_t pm_diagnostic_data_t::level |
The level associated with the diagnostic.
Definition at line 32 of file diagnostic.c.
| const char* pm_diagnostic_data_t::message |
The message associated with the diagnostic.
Definition at line 29 of file diagnostic.c.