Skip to content

Commit

Permalink
feat(api): add ErrAuthAccessTokenHasExpired
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 16, 2022
1 parent 0668e18 commit 0cfb7ea
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 @@ -622,6 +622,9 @@ const (
// Anonymous token is invalid.
ErrAnonymousTokenInvalid ErrorType = 1116

// Access token has expired.
ErrAuthAccessTokenHasExpired ErrorType = 1117

// Invalid document id.
ErrParamDocID ErrorType = 1150

Expand Down

0 comments on commit 0cfb7ea

Please sign in to comment.