Skip to content

Commit

Permalink
fix: add error id
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 89e5921 commit 1442784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions text/message_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package text
// This file contains error IDs for all system errors / JSON errors

const (
ErrIDNeedsPrivilegedSession = "needs_privileged_session"
ErrIDSelfServiceFlowExpired = "self_service_flow_expired"
ErrIDNeedsPrivilegedSession = "needs_privileged_session"
ErrIDSelfServiceFlowExpired = "self_service_flow_expired"
ErrIDSelfServiceBrowserLocationChangeRequiredError = "browser_location_change_required"

ErrIDAlreadyLoggedIn = "has_session_already"
ErrIDAddressNotVerified = "no_verified_address"
Expand Down

0 comments on commit 1442784

Please sign in to comment.