SudoEmailError
public enum SudoEmailError : Error, Equatable, LocalizedError
Errors that occur in SudoEmail.
-
Configuration supplied to
DefaultSudoEmailClient
is invalid.Declaration
Swift
case invalidConfig
-
User is not signed in.
Declaration
Swift
case notSignedIn
-
Email message RFC822 is not available.
Declaration
Swift
case noEmailMessageRFC822Available
-
Device cryptographic key not found
Declaration
Swift
case keyNotFound
-
Indicates that the key archive imported was invalid.
Declaration
Swift
case invalidKeyArchive
-
No key attachments were found on message body.
Declaration
Swift
case keyAttachmentsNotFound
-
No body attachment was found on message body.
Declaration
Swift
case bodyAttachmentNotFound
-
Email message size exceeds configured maximum.
Declaration
Swift
case messageSizeLimitExceeded(_: String?)
-
In network recipient email address not found.
Declaration
Swift
case inNetworkAddressNotFound(_: String?)
-
The entitlement for the email is exceeded.
Declaration
Swift
case entitlementExceeded
-
The email address supplied could not be found.
Declaration
Swift
case addressNotFound
-
The email message supplied could not be found.
Declaration
Swift
case emailMessageNotFound
-
The email address supplied is not authorized to perform the operation.
Declaration
Swift
case unauthorizedAddress
-
The email address domain specified is invalid.
Declaration
Swift
case invalidEmailAddressDomain
-
Input information relating to email address is invalid.
Declaration
Swift
case emailAddressFormatValidationFailed
-
Email address (or id associated with address) supplied is unavailable.
Declaration
Swift
case emailAddressUnavailable
-
Contents of an email message is of an invalid format.
Declaration
Swift
case invalidEmailContents
-
Declaration
Swift
case accountLocked
-
Declaration
Swift
case decodingError
-
Declaration
Swift
case environmentError
-
Declaration
Swift
case fatalError(_: String?)
-
Declaration
Swift
case identityInsufficient
-
Declaration
Swift
case identityNotVerified
-
Declaration
Swift
case invalidToken
-
Declaration
Swift
case insufficientEntitlements
-
Declaration
Swift
case internalError(_: String?)
-
Declaration
Swift
case invalidArgument(_: String?)
-
Declaration
Swift
case limitExceeded
-
Declaration
Swift
case noEntitlements
-
Declaration
Swift
case policyFailed
-
Declaration
Swift
case serviceError
-
Declaration
Swift
case serviceQuotaExceeded
-
Declaration
Swift
case unknownTimezone
-
Declaration
Swift
case versionMismatch
-
Declaration
Swift
public var errorDescription: String? { get }