Skip to content

Commit

Permalink
feat(api): add ErrAuthAnonymousTokenIPMismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jul 16, 2022
1 parent 2b5f8f2 commit b9dba27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@ const (
// Access token has expired.
ErrAuthAccessTokenHasExpired ErrorType = 1117

// Anonymous token ip mismatch.
ErrAuthAnonymousTokenIPMismatch ErrorType = 1118

// Invalid document id.
ErrParamDocID ErrorType = 1150

Expand Down

0 comments on commit b9dba27

Please sign in to comment.