enum
HTTP2::Error::Code
Defined in:
errors.crEnum Members
-
NO_ERROR =
0_u32 -
PROTOCOL_ERROR =
1_u32 -
INTERNAL_ERROR =
2_u32 -
FLOW_CONTROL_ERROR =
3_u32 -
SETTINGS_TIMEOUT =
4_u32 -
STREAM_CLOSED =
5_u32 -
FRAME_SIZE_ERROR =
6_u32 -
REFUSED_STREAM =
7_u32 -
CANCEL =
8_u32 -
COMPRESSION_ERROR =
9_u32 -
CONNECT_ERROR =
10_u32 -
ENHANCE_YOUR_CALM =
11_u32 -
INADEQUATE_SECURITY =
12_u32 -
HTTP_1_1_REQUIRED =
13_u32
Instance Method Summary
-
#cancel?
Returns
trueif this enum value equalsCANCEL -
#compression_error?
Returns
trueif this enum value equalsCOMPRESSION_ERROR -
#connect_error?
Returns
trueif this enum value equalsCONNECT_ERROR -
#enhance_your_calm?
Returns
trueif this enum value equalsENHANCE_YOUR_CALM -
#flow_control_error?
Returns
trueif this enum value equalsFLOW_CONTROL_ERROR -
#frame_size_error?
Returns
trueif this enum value equalsFRAME_SIZE_ERROR -
#http_1_1_required?
Returns
trueif this enum value equalsHTTP_1_1_REQUIRED -
#inadequate_security?
Returns
trueif this enum value equalsINADEQUATE_SECURITY -
#internal_error?
Returns
trueif this enum value equalsINTERNAL_ERROR -
#no_error?
Returns
trueif this enum value equalsNO_ERROR -
#protocol_error?
Returns
trueif this enum value equalsPROTOCOL_ERROR -
#refused_stream?
Returns
trueif this enum value equalsREFUSED_STREAM -
#settings_timeout?
Returns
trueif this enum value equalsSETTINGS_TIMEOUT -
#stream_closed?
Returns
trueif this enum value equalsSTREAM_CLOSED