Error handling and fixes
- Enhancements
- Better error handling. Bolt errors (connection or otherwise) should now
return a somewhat descriptiveBoltex.Error
. Unsupported data formats
in the PackStream encoder will raise aBoltex.PackStream.EncodeError
.
- Better error handling. Bolt errors (connection or otherwise) should now
- Fixes
- Attempted to fix an error for larger payloads.