Error codes.
Enumerator |
---|
M_NET_ERROR_SUCCESS | Success.
|
M_NET_ERROR_ERROR | Generic error.
|
M_NET_ERROR_INTERNAL | Internal error.
|
M_NET_ERROR_CREATE | Error setting up I/O objects.
|
M_NET_ERROR_PROTOFORMAT | Protocol format error.
|
M_NET_ERROR_REDIRECT | Invalid redirect encountered.
|
M_NET_ERROR_REDIRECT_LIMIT | Maximum number of redirects reached.
|
M_NET_ERROR_DISCONNET | Unexpected disconnect.
|
M_NET_ERROR_TLS_REQUIRED | TLS required but TLS client context was not provided.
|
M_NET_ERROR_TLS_SETUP_FAILURE | Failed to add TLS context to I/O object.
|
M_NET_ERROR_TLS_BAD_CERTIFICATE | TLS certificate verification failed.
|
M_NET_ERROR_NOT_FOUND | Host or location not found.
|
M_NET_ERROR_TIMEOUT | Operation timed out. Could be during connect or overall.
|
M_NET_ERROR_TIMEOUT_STALL | Operation timed out due to stall.
|
M_NET_ERROR_OVER_LIMIT | Maximum data size limit exceeded.
|
M_NET_ERROR_NOTPERM | Operation not permitted.
|
M_NET_ERROR_AUTHENTICATION | Authenication failed.
|
M_NET_ERROR_CONNRESET | Connection reset by peer.
|
M_NET_ERROR_CONNABORTED | Connection aborted.
|
M_NET_ERROR_PROTONOTSUPPORTED | Protocol not supported.
|
M_NET_ERROR_CONNREFUSED | Connection refused.
|
M_NET_ERROR_UNREACHABLE | Host or location unreachable.
|