|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
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 16 of file diagnostic.c.
| uint8_t pm_diagnostic_data_t::level |
The level associated with the diagnostic.
Definition at line 21 of file diagnostic.c.
| const char* pm_diagnostic_data_t::message |
The message associated with the diagnostic.
Definition at line 18 of file diagnostic.c.