SudoEmailError

public enum SudoEmailError : Error, Equatable, LocalizedError

Errors that occur in SudoEmail.

Client

Service

  • 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

Lifecycle

  • Declaration

    Swift

    public var errorDescription: String? { get }