From 4d154b7f0651c02c49cbb0ebe6325bbf0b72feb8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 16:57:19 +0800 Subject: UID -> CID --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errors.go') diff --git a/errors.go b/errors.go index a65fdef..9cd41b5 100644 --- a/errors.go +++ b/errors.go @@ -12,7 +12,7 @@ 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") + ErrCIDBusy = errors.New("too many busy cids") ErrCallState = errors.New("invalid call state") ErrInconsistentGlobal = errors.New("inconsistent global state") ErrInconsistentClient = errors.New("inconsistent client state") -- cgit v1.2.3