Enumerations
The following enumerations are available globally.
-
List of possible errors thrown by
EmailCryptoService
.Declaration
Swift
public enum EmailCryptoServiceError : Error, Equatable, LocalizedError
-
List of possible errors thrown by
See moreAWSS3Worker
implementation.Declaration
Swift
public enum AWSS3WorkerError : Error
-
Status of a
See morePlatformSubscriptionStatus
.Declaration
Swift
public enum PlatformSubscriptionStatus : Equatable
-
Cache policy that determines how data is accessed when performing a query method from the Email Service.
See moreDeclaration
Swift
public enum CachePolicy : Equatable
-
Filter for a
See moreBool
type.Declaration
Swift
public enum BoolFilter : Equatable
-
Filter for a
See moreEmailMessage.Direction
.Declaration
Swift
public enum EmailMessageDirectionFilter : Equatable
-
Filter for a
See moreEmailMessage
.Declaration
Swift
public indirect enum EmailMessageFilter
-
Filter for a
See moreEmailMessage.State
.Declaration
Swift
public enum EmailMessageStateFilter : Equatable
-
Filter for a
See moreEmailAddress
.Declaration
Swift
public indirect enum EmailAddressFilter : Equatable
-
Filter for a
See moreString
type.Declaration
Swift
public enum StringFilter : Equatable
-
Result type of an API that returns multiple records. Supports partial results.
See moreDeclaration
Swift
public enum ListAPIResult<T, P>
-
Errors that occur in SudoEmail.
See moreDeclaration
Swift
public enum SudoEmailError : Error, Equatable, LocalizedError
-
Representation of the possible encryption statuses of an email message in Platform SDK
Declaration
Swift
public enum EncryptionStatus : String, Decodable
-
Errors that occur in SudoEmail.
See moreDeclaration
Swift
public enum SudoEmailError : Error, Equatable, LocalizedError
-
Declaration
Swift
public enum EmailServiceNotificationType : String, Decodable, Equatable
-
Representation of the possible encryption statuses of an email message in Platform SDK
See moreDeclaration
Swift
public enum EncryptionStatus : String, Decodable