Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
pm_diagnostic_data_t Struct Reference

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.

Detailed Description

This struct holds the data for each diagnostic.

Definition at line 16 of file diagnostic.c.

Field Documentation

◆ level

uint8_t pm_diagnostic_data_t::level

The level associated with the diagnostic.

Definition at line 21 of file diagnostic.c.

◆ message

const char* pm_diagnostic_data_t::message

The message associated with the diagnostic.

Definition at line 18 of file diagnostic.c.


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