HITLS_SUCCESS,No | error. |
HITLS_WANT_CONNECT,indicates | that the connection is blocked. You can call HITLS_Connect to continue the connection, This problem is usually caused by the read and write operation failure. |
HITLS_WANT_ACCEPT,indicates | that the connection is blocked and the HITLS_Accept can be called to continue the connection. This problem is usually caused by the read and write operation failure. |
HITLS_WANT_READ,indicates | that the receiving buffer is empty and the interface can be called to continue receiving data. |
HITLS_WANT_WRITE,indicates | that the sending buffer is full and the interface can be called to continue sending data. |
HITLS_ERR_TLS,An | unrecoverable fatal error occurs in the TLS protocol, usually a protocol error. |
HITLS_ERR_SYSCALL,An | unrecoverable I/O error occurs. Generally, the I/O error is caused by the Low level receiving and receiving exception and an unknown error occurs. |