NotificationDelivery

constructor(inboxUri: String, status: Int? = null, message: String = "Notification delivery to $inboxUri failed" + (status?.let { " (HTTP $it)" } ?: "") + ".")