@@ -3,20 +3,20 @@ package exception
|
||||
|
||||
const (
|
||||
ApiVersionNotFound = "00001"
|
||||
AuthRedirectUriMismatch = "00003"
|
||||
AuthRedirectInvalidUri = "00004"
|
||||
AuthRedirectTokenInvalid = "00001"
|
||||
AuthRedirectClientNotFound = "00002"
|
||||
AuthMagicInvalidExternalUrl = "00003"
|
||||
AuthMagicInvalidEmailConfig = "00004"
|
||||
AuthMagicTurnstileFailed = "00001"
|
||||
AuthMagicCodeGenFailed = "00002"
|
||||
AuthTokenInvalidToken = "00001"
|
||||
AuthTokenGenFailed = "00002"
|
||||
AuthRefreshInvalidToken = "00001"
|
||||
AuthRefreshRenewFailed = "00002"
|
||||
AuthExchangeGetUserIdFailed = "00001"
|
||||
AuthExchangeCodeGenFailed = "00002"
|
||||
AuthExchangeInvalidRedirectUri = "00003"
|
||||
AuthRedirectClientNotFound = "00002"
|
||||
AuthRedirectUriMismatch = "00003"
|
||||
AuthRedirectInvalidUri = "00004"
|
||||
AuthRedirectTokenInvalid = "00001"
|
||||
AuthMagicCodeGenFailed = "00002"
|
||||
AuthMagicInvalidExternalUrl = "00003"
|
||||
AuthMagicInvalidEmailConfig = "00004"
|
||||
AuthMagicTurnstileFailed = "00001"
|
||||
AuthTokenInvalidToken = "00001"
|
||||
AuthTokenGenFailed = "00002"
|
||||
UserListMeilisearchFailed = "00001"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user