From ebffb995c6581724b0b6760bf0c68f0f9d0c4160 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 12 Dec 2024 06:44:47 +0800 Subject: Use uint32 for SIDs, uint64 for CIDs --- errors.go | 1 + 1 file changed, 1 insertion(+) (limited to 'errors.go') diff --git a/errors.go b/errors.go index 9cd41b5..98a81b3 100644 --- a/errors.go +++ b/errors.go @@ -17,4 +17,5 @@ var ( ErrInconsistentGlobal = errors.New("inconsistent global state") ErrInconsistentClient = errors.New("inconsistent client state") ErrRemoteClient = errors.New("operation not supported for a remote client") + ErrFullClients = errors.New("this server has/had too many clients") ) -- cgit v1.2.3