23 lines
686 B
Go
23 lines
686 B
Go
// Code generated by gen-exception; DO NOT EDIT.
|
|
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"
|
|
UserListMeilisearchFailed = "00001"
|
|
)
|