SunshineConversationsClient::Error

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
codeStringError code used for classifying similar error types[optional]
titleStringDescription of the error[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::Error.new(
  code: not_found,
  title: Resource not found
)