Skip to main content

ErrorType

Represents errors that occurred during channel integration operations.

interface ErrorType {
createdAt: DateTime!
message: String!
type: String!
updatedAt: DateTime!
}

Fields

ErrorType.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

ErrorType.message ● String! non-null scalar common

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

ErrorType.type ● String! non-null scalar common

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

ErrorType.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Implemented by

EmailEngineError object