enum
LavinMQ::AMQP::ConnectionReplyCode
Defined in:
lavinmq/amqp/connection_reply_code.crEnum Members
-
CONNECTION_FORCED =
320_u16
-
INVALID_PATH =
402_u16
-
ACCESS_REFUSED =
403_u16
-
403 is marked as channel level reply-code at but ok to use as connection close reply code as well for example for the authentication_failure_close feature
-
FRAME_ERROR =
501_u16
-
SYNTAX_ERROR =
502_u16
-
COMMAND_INVALID =
503_u16
-
CHANNEL_ERROR =
504_u16
-
UNEXPECTED_FRAME =
505_u16
-
RESOURCE_ERROR =
506_u16
-
NOT_ALLOWED =
530_u16
-
NOT_IMPLEMENTED =
540_u16
-
INTERNAL_ERROR =
541_u16
Instance Method Summary
-
#access_refused?
Returns
true
if this enum value equalsACCESS_REFUSED
-
#channel_error?
Returns
true
if this enum value equalsCHANNEL_ERROR
-
#command_invalid?
Returns
true
if this enum value equalsCOMMAND_INVALID
-
#connection_forced?
Returns
true
if this enum value equalsCONNECTION_FORCED
-
#frame_error?
Returns
true
if this enum value equalsFRAME_ERROR
-
#internal_error?
Returns
true
if this enum value equalsINTERNAL_ERROR
-
#invalid_path?
Returns
true
if this enum value equalsINVALID_PATH
-
#not_allowed?
Returns
true
if this enum value equalsNOT_ALLOWED
-
#not_implemented?
Returns
true
if this enum value equalsNOT_IMPLEMENTED
-
#resource_error?
Returns
true
if this enum value equalsRESOURCE_ERROR
-
#syntax_error?
Returns
true
if this enum value equalsSYNTAX_ERROR
-
#unexpected_frame?
Returns
true
if this enum value equalsUNEXPECTED_FRAME