Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
This commit is contained in:
6
vendor/github.com/SevereCloud/vksdk/v2/api/errors.go
generated
vendored
6
vendor/github.com/SevereCloud/vksdk/v2/api/errors.go
generated
vendored
@@ -622,6 +622,12 @@ const (
|
||||
// Anonymous token is invalid.
|
||||
ErrAnonymousTokenInvalid ErrorType = 1116
|
||||
|
||||
// Access token has expired.
|
||||
ErrAuthAccessTokenHasExpired ErrorType = 1117
|
||||
|
||||
// Anonymous token ip mismatch.
|
||||
ErrAuthAnonymousTokenIPMismatch ErrorType = 1118
|
||||
|
||||
// Invalid document id.
|
||||
ErrParamDocID ErrorType = 1150
|
||||
|
||||
|
||||
Reference in New Issue
Block a user