Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 725 Bytes

File metadata and controls

24 lines (18 loc) · 725 Bytes

Zernio::WebhookPayloadMessageDeliveryStatusError

Properties

Name Type Description Notes
code Integer [optional]
title String [optional]
message String [optional]
explanation String Plain-language translation of `code` (e.g. for 131026, that the recipient has likely opted out of marketing messages while utility templates are unaffected). Null for unmapped codes; fall back to title/message. [optional]

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadMessageDeliveryStatusError.new(
  code: null,
  title: null,
  message: null,
  explanation: null
)