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