table TextStatus
fbs/transport.fbs / Source schema
Human-readable status text for diagnostics, operator messages, and logs.
| Name | Type | Default | Unit / Scale | Notes |
|---|---|---|---|---|
timestamp_us | ulong | microseconds | Message timestamp in monotonic boot time. | |
severity | synapse.types.Severity | Informational | RFC 5424 severity level. | |
text | string | UTF-8 status text; this table is variable-size by design. |