SunshineConversationsClient::ConversationMessageDeliveryFailureEventAllOfPayloadAllOfError

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
codeStringA string representing the error code associated with the error.[optional]
messageStringThe description associated with the error.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationMessageDeliveryFailureEventAllOfPayloadAllOfError.new(
  code: null,
  message: null
)