Enums ===== .. type:: dwnx_ccerr_type :type:`dwnx_ccerr_type` defines connection error type. .. enum:: DWNX_CCERR_TYPE_TRANSPORT :enum:`DWNX_CCERR_TYPE_TRANSPORT` indicates the QUIC transport error, and the error code is QUIC transport error code. .. enum:: DWNX_CCERR_TYPE_APPLICATION :enum:`DWNX_CCERR_TYPE_APPLICATION` indicates an application error, and the error code is application error code. .. enum:: DWNX_CCERR_TYPE_IDLE_CLOSE :enum:`DWNX_CCERR_TYPE_IDLE_CLOSE` is a special case of QUIC transport error, and it indicates that connection is closed because of idle timeout.