EmailMessageOperationFailureResult

public struct EmailMessageOperationFailureResult : Equatable

Representation of the result of an unsuccessful operation performed on an email message

Properties

  • id

    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

Lifecycle

  • Initialize an instance of EmailMessageOperationFailureResult

    Declaration

    Swift

    public init(id: String, errorType: String)

Conformance: Equatable

  • Declaration

    Swift

    public static func == (lhs: EmailMessageOperationFailureResult, rhs: EmailMessageOperationFailureResult) -> Bool