rgb-cln/common/status_wire.csv

728 B

1#include <common/status_wire.h>
2status_log,0xFFF0
3status_log,,level,enum log_level
4status_log,,entry,wirestring
5status_io,0xFFF1
6status_io,,iodir,enum log_level
7status_io,,len,u16
8status_io,,data,len*u8
9status_fail,0xFFF2
10status_fail,,failreason,enum status_failreason
11status_fail,,desc,wirestring
12status_peer_connection_lost,0xFFF3
13# They sent us this error.
14status_received_errmsg,0xFFF4
15status_received_errmsg,,channel,struct channel_id
16status_received_errmsg,,desc,wirestring
17# We sent them this error.
18status_sent_errmsg,0xFFF5
19status_sent_errmsg,,channel,struct channel_id
20status_sent_errmsg,,desc,wirestring
21status_sent_errmsg,,len,u16
22status_sent_errmsg,,errmsg,len*u8
23# Note: 0xFFFF is reserved for MSG_PASS_FD!