Skip to main content

EmailEngineError

Email engine error that occurred when interacting with the underlying mailbox.

type EmailEngineError implements ErrorType {
createdAt: DateTime!
message: String!
type: String!
updatedAt: DateTime!
}

Fields

EmailEngineError.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

EmailEngineError.message ● String! non-null scalar common

A detailed message describing the error encountered during the channel operation.

EmailEngineError.type ● String! non-null scalar common

The type or category of the error that occurred during the channel operation.

EmailEngineError.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

ErrorType interface common

Represents errors that occurred during channel integration operations.

Implemented by

ChannelErrorTypeUnion union