Exception: Exactly::CreateError

Inherits:
ExactlyError show all
Defined in:
lib/exactly/client.rb

Direct Known Subclasses

TriggeredSendFailed, UpsertSubscriberFailed

Instance Attribute Summary

Attributes inherited from ExactlyError

#response

Instance Method Summary collapse

Methods inherited from ExactlyError

#initialize

Constructor Details

This class inherits a constructor from Exactly::ExactlyError

Instance Method Details

#messageObject



19
20
21
# File 'lib/exactly/client.rb', line 19

def message
  @response.to_hash[:create_response][:results][:status_message]
end