Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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",
}