mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-13 04:46:33 +08:00
1.9 KiB
1.9 KiB
API Error Codes
InvalidToken
MissingPrivileges
: Not enough privilegesInputValidationError
(various descriptions about invalid input validation)InternalDatabaseError
InternalError
UserNotFound
: This user does not existUserExistsError
: This username already existsAddressExistsError
: Address already existsAddressNotFound
: Invalid or unknown email address identifierChangeNotAllowed
: Can not change special addressWildcardNotPermitted
: Can not set wildcard address as defaultAspNotFound
: Invalid or unknown ASP keyInvalidAuthScope
: Profile file requires either imap or pop3 and smtp scopesAuthFailed
: Authentication failedDkimNotFound
: This domain does not existAliasExists
: This domain alias already existsAliasNotFound
: This alias does not existFilterNotFound
: This filter does not existNoSuchMailbox
: This mailbox does not existMailboxExistsError
: This mailbox already existsMessageNotFound
: Invalid message identifierOverQuotaError
: User is over quotaEmptyMessage
: Empty message providedFileNotFound
: This file does not existInsecurePasswordError
: Provided password was found from breached passwords listERRCOMPOSE
: Could not queue message for deliveryKeyGenereateError
: Failed to generate private or public keyInternalConfigError
: Invalid encryption settingsHashError
UserUpdateFail
: Could not update userTotpEnabled
: TOTP 2FA is already enabled for this userQRError
: Failed to generate QR codeTotpDisabled
: TOTP 2FA is not initialized for this userRateLimitedError
: Authentication was rate limited.U2fEnabled
: U2F 2FA is already enabled for this userU2fDisabled
: U2F 2FA is not initialized for this userInvalidU2fRequest
: Failed to validate U2F responseNoUpdates
: Nothing was updatedTooMany
: Instance limit hit