lib/qpid_proton/exceptions.rb in qpid_proton-0.4 vs lib/qpid_proton/exceptions.rb in qpid_proton-0.5

- old
+ new

@@ -29,9 +29,10 @@ OVERFLOW = Cproton::PN_OVERFLOW UNDERFLOW = Cproton::PN_UNDERFLOW STATE = Cproton::PN_STATE_ERR ARGUMENT = Cproton::PN_ARG_ERR TIMEOUT = Cproton::PN_TIMEOUT + INPROGRESS = Cproton::PN_INPROGRESS end # Represents a generic error at the messaging level. #