EmailMessageOperationFailureResult
public struct EmailMessageOperationFailureResult : Equatable
Representation of the result of an unsuccessful operation performed on an email message
-
The unique identifier of the message
Declaration
Swift
public let id: String
-
Description of the cause of the failure
Declaration
Swift
public let errorType: String
-
Initialize an instance of
EmailMessageOperationFailureResult
Declaration
Swift
public init(id: String, errorType: String)
-
Declaration
Swift
public static func == (lhs: EmailMessageOperationFailureResult, rhs: EmailMessageOperationFailureResult) -> Bool