var (
ErrExceedingMessageSizeLimit = fmt.Errorf("message exceeds the max page size limit")
ErrOutOfSequenceRange = fmt.Errorf("out of sequence range")
ErrExceedingTotalSizeLimit = fmt.Errorf("queue data size exceeds the max size limit")
ErrMsgNotFound = fmt.Errorf("message not found")
)