v1.0.0 beta 9
This commit is contained in:
@@ -3,3 +3,5 @@ package tgapi
|
||||
import "errors"
|
||||
|
||||
var ErrRateLimit = errors.New("rate limit exceeded")
|
||||
var ErrPoolUnexpected = errors.New("unexpected response from pool")
|
||||
var ErrPoolQueueFull = errors.New("worker pool queue full")
|
||||
|
||||
Reference in New Issue
Block a user