diff options
Diffstat (limited to 'errors.go')
-rw-r--r-- | errors.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") ) |