|
|
|
@ -19,17 +19,17 @@ enum transport_status_code {
|
|
|
|
|
|
|
|
|
|
doc > error states
|
|
|
|
|
|
|
|
|
|
hex connection_down 0x00700001 doc="sent by connection based transports";
|
|
|
|
|
hex some_recipients_unreachable 0x00700002;
|
|
|
|
|
hex no_recipients_reachable 0x00700003;
|
|
|
|
|
hex no_config 0x00700004;
|
|
|
|
|
hex config_incomplete_or_wrong 0x00700005;
|
|
|
|
|
hex no_send_config 0x00700006;
|
|
|
|
|
hex no_recv_config 0x00700007;
|
|
|
|
|
hex send_config_incomplete_or_wrong 0x00700008;
|
|
|
|
|
hex recv_config_incomplete_or_wrong 0x00700009;
|
|
|
|
|
hex network_timeout 0x0070000a;
|
|
|
|
|
hex could_not_deliver_giving_up 0x0070000b;
|
|
|
|
|
hex connection_down 0x00800001 doc="sent by connection based transports";
|
|
|
|
|
hex some_recipients_unreachable 0x00800002;
|
|
|
|
|
hex no_recipients_reachable 0x00800003;
|
|
|
|
|
hex no_config 0x00800004;
|
|
|
|
|
hex config_incomplete_or_wrong 0x00800005;
|
|
|
|
|
hex no_send_config 0x00800006;
|
|
|
|
|
hex no_recv_config 0x00800007;
|
|
|
|
|
hex send_config_incomplete_or_wrong 0x00800008;
|
|
|
|
|
hex recv_config_incomplete_or_wrong 0x00800009;
|
|
|
|
|
hex network_timeout 0x0080000a;
|
|
|
|
|
hex could_not_deliver_giving_up 0x0080000b;
|
|
|
|
|
|
|
|
|
|
doc > transport is shut down
|
|
|
|
|
|
|
|
|
|