aboutsummaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go2
1 files changed, 1 insertions, 1 deletions
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")