Rename all errors to be prefixed with Err.
This commit is contained in:
parent
6c84cd1fbb
commit
08d7c01637
2 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@ const (
|
|||
|
||||
// API errors
|
||||
const (
|
||||
// APIForbidden happens when a token is bad
|
||||
APIForbidden = "forbidden"
|
||||
// ErrAPIForbidden happens when a token is bad
|
||||
ErrAPIForbidden = "forbidden"
|
||||
)
|
||||
|
||||
// Constant values for ParseMode in MessageConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue