make this consistant

IPS-67
Volker Birk 2 years ago
parent e745db1a1e
commit e6e321c6ff

@ -2,11 +2,11 @@ doc > transport status codes for email (0x01)
// smtp
hex cannot_reach_smtp_server 0x01100001;
hex unknown_smtp_error 0x0110ffff;
hex cannot_reach_smtp_server 0x01801001;
hex unknown_smtp_error 0x01801fff;
// imap
hex cannot_reach_imap_server 0x01110001;
hex unknown_imap_error 0x0111ffff;
hex cannot_reach_imap_server 0x01802001;
hex unknown_imap_error 0x01802fff;

@ -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

Loading…
Cancel
Save