NotificationDeliveryError
No description
type NotificationDeliveryError {
  message: String!
  errorID: String
  errorCode: String
  acknowledgedAt: Time
}
Fields
NotificationDeliveryError.message ● String! non-null scalar
NotificationDeliveryError.errorID ● String scalar
NotificationDeliveryError.errorCode ● String scalar
NotificationDeliveryError.acknowledgedAt ● Time scalar
A user may "acknowledge" this delivery error, which will set this timestamp.
Returned by
acknowledgeNotificationDeliveryError  mutation
Member Of
DiscordWebhookIntegration  object ● EmailIntegration  object ● NotificationIntegration  interface ● SlackWebhookIntegration  object