peake100/rogerRabbit-go

View on GitHub
pkg/amqp/errAliases.go

Summary

Maintainability
A
0 mins
Test Coverage
package amqp

import "github.com/peake100/rogerRabbit-go/pkg/amqp/defaultmiddlewares"

// ErrCantAcknowledgeOrphans is returned when an acknowledgement method
// (ack, nack, reject) cannot be completed because the original channel it was consumed
// from has been closed and replaced with a new one. When part of a multi-ack, it's
// possible that SOME tags will be orphaned and some will succeed, this error contains
// detailed information on both groups
type ErrCantAcknowledgeOrphans = defaultmiddlewares.ErrCantAcknowledgeOrphans