NotificationError
Represents errors from notification/email template operations.
type NotificationError {
field: String
message: String!
code: NotificationErrorCode!
}
Fields
NotificationError.field ● String scalar
NotificationError.message ● String! non-null scalar
The error message.
NotificationError.code ● NotificationErrorCode! non-null enum
The error code.
Member Of
EmailTemplateUpdate object