| export enum ErrorMessage { | |
| InvalidCredentials = "InvalidCredentials", | |
| UserAlreadyExists = "UserAlreadyExists", | |
| SecretsNotFound = "SecretsNotFound", | |
| OAuthUser = "OAuthUser", | |
| InvalidResetToken = "InvalidResetToken", | |
| InvalidVerificationToken = "InvalidVerificationToken", | |
| EmailAlreadyVerified = "EmailAlreadyVerified", | |
| TwoFactorNotEnabled = "TwoFactorNotEnabled", | |
| TwoFactorAlreadyEnabled = "TwoFactorAlreadyEnabled", | |
| InvalidTwoFactorCode = "InvalidTwoFactorCode", | |
| InvalidTwoFactorBackupCode = "InvalidTwoFactorBackupCode", | |
| InvalidBrowserConnection = "InvalidBrowserConnection", | |
| ResumeSlugAlreadyExists = "ResumeSlugAlreadyExists", | |
| ResumeNotFound = "ResumeNotFound", | |
| ResumeLocked = "ResumeLocked", | |
| ResumePrinterError = "ResumePrinterError", | |
| ResumePreviewError = "ResumePreviewError", | |
| SomethingWentWrong = "SomethingWentWrong", | |
| } | |