aboutsummaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/errors.go b/errors.go
index 8ce604a..7c0a037 100644
--- a/errors.go
+++ b/errors.go
@@ -13,4 +13,6 @@ var (
ErrNotConnectedServer = errors.New("not connected server")
ErrSendToSelf = errors.New("attempt to send message to self")
ErrUIDBusy = errors.New("too many busy uids")
+ ErrInconsistent = errors.New("inconsistent state")
+ ErrCallState = errors.New("invalid call state")
)