29#include <mstdlib/mstdlib.h>
const char * M_net_errcode_to_str(M_net_error_t err)
M_net_error_t
Definition: m_net.h:44
@ M_NET_ERROR_NOT_FOUND
Definition: m_net.h:56
@ M_NET_ERROR_INTERNAL
Definition: m_net.h:47
@ M_NET_ERROR_UNREACHABLE
Definition: m_net.h:66
@ M_NET_ERROR_NOTPERM
Definition: m_net.h:60
@ M_NET_ERROR_AUTHENTICATION
Definition: m_net.h:61
@ M_NET_ERROR_OVER_LIMIT
Definition: m_net.h:59
@ M_NET_ERROR_SUCCESS
Definition: m_net.h:45
@ M_NET_ERROR_CONNABORTED
Definition: m_net.h:63
@ M_NET_ERROR_PROTOFORMAT
Definition: m_net.h:49
@ M_NET_ERROR_CONNRESET
Definition: m_net.h:62
@ M_NET_ERROR_TIMEOUT_STALL
Definition: m_net.h:58
@ M_NET_ERROR_PROTONOTSUPPORTED
Definition: m_net.h:64
@ M_NET_ERROR_TLS_BAD_CERTIFICATE
Definition: m_net.h:55
@ M_NET_ERROR_TIMEOUT
Definition: m_net.h:57
@ M_NET_ERROR_CONNREFUSED
Definition: m_net.h:65
@ M_NET_ERROR_TLS_REQUIRED
Definition: m_net.h:53
@ M_NET_ERROR_TLS_SETUP_FAILURE
Definition: m_net.h:54
@ M_NET_ERROR_CREATE
Definition: m_net.h:48
@ M_NET_ERROR_REDIRECT_LIMIT
Definition: m_net.h:51
@ M_NET_ERROR_REDIRECT
Definition: m_net.h:50
@ M_NET_ERROR_ERROR
Definition: m_net.h:46
@ M_NET_ERROR_DISCONNET
Definition: m_net.h:52