SunshineConversationsClient::ErrorResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
errorsArray<Error>List of errors that occurred.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ErrorResponse.new(
  errors: null
)