oxidecomputer / async-bb8-diesel

Safe asynchronous access to Diesel and the bb8 connection manager
MIT License
12 stars 8 forks source link

clarify connection-related error messages #43

Closed davepacheco closed 1 year ago

davepacheco commented 1 year ago

While doing oxidecomputer/omicron#3232 I found the error message for connection-related errors always says that it was checking out a connection, but that isn't necessarily true. As far as I can tell, this variant is used in two places:

I'm changing the variant name and error message here to just say that this was a connection-related error.

davepacheco commented 1 year ago

See oxidecomputer/omicron#3233 for examples.