Enums

type dwnx_ccerr_type

dwnx_ccerr_type defines connection error type.

enum DWNX_CCERR_TYPE_TRANSPORT

DWNX_CCERR_TYPE_TRANSPORT indicates the QUIC transport error, and the error code is QUIC transport error code.

enum DWNX_CCERR_TYPE_APPLICATION

DWNX_CCERR_TYPE_APPLICATION indicates an application error, and the error code is application error code.

enum DWNX_CCERR_TYPE_IDLE_CLOSE

DWNX_CCERR_TYPE_IDLE_CLOSE is a special case of QUIC transport error, and it indicates that connection is closed because of idle timeout.