Open
Description
Is your feature request related to a problem? Please describe.
In rabbitmq/rabbitmq-dotnet-client#1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel was no longer valid.
Our tutorials should cover some of the most common exceptions encountered with RabbitMQ
Describe the solution you'd like
A tutorial that demonstrates what to do in these cases:
- Common connection exception (auth error?)
- Common channel exceptions (precondition failed, missing entity)
- Operation timeouts
- Other?
Describe alternatives you've considered
N/A
Additional context
No response