From 087905492601a55ff53541ef469526051c30aa0b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 10:40:08 +0800 Subject: Proper UID handling --- errors.go | 1 + 1 file changed, 1 insertion(+) (limited to 'errors.go') diff --git a/errors.go b/errors.go index c8b053f..8ce604a 100644 --- a/errors.go +++ b/errors.go @@ -12,4 +12,5 @@ var ( ErrBodyTooLong = errors.New("body too long") ErrNotConnectedServer = errors.New("not connected server") ErrSendToSelf = errors.New("attempt to send message to self") + ErrUIDBusy = errors.New("too many busy uids") ) -- cgit v1.2.3