Skip to content

Commit

Permalink
feat: add ErrAdditionalSignupRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent 57ec6cf commit d673a48
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 @@ -174,6 +174,9 @@ const (
// Unknown group.
ErrUnknownGroup ErrorType = 40

// Additional signup required.
ErrAdditionalSignupRequired ErrorType = 41

// One of the parameters specified was missing or invalid
//
// Check the required parameters list and their format on a method
Expand Down

0 comments on commit d673a48

Please sign in to comment.