rabbitmq-nio
rabbitmq-nio copied to clipboard
Add descriptions to errors
AMQPConnectionError and ProtocolError should implement descriptions so users know what happened without going through the source code.
Also, there is the whole "public enum" problem of technically breaking API when adding a case. Maybe we'll have @extensible enums before this hits 1.0 ; )