added amqp error

alpha v1.0.17
alex 2023-01-08 16:08:19 +01:00
parent f0f8872ab6
commit 1c53ebf55f
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ var (
errNotConnected = errors.New("not connected to a server")
errAlreadyClosed = errors.New("already closed: not connected to the server")
errShutdown = errors.New("client is shutting down")
AmqpError chan *amqp.Error
)
const (