Exception: Exactly::ExactlyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/exactly/client.rb

Direct Known Subclasses

CreateError, UpsertDataExtensionFailed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ExactlyError

Returns a new instance of ExactlyError.



4
5
6
7
# File 'lib/exactly/client.rb', line 4

def initialize(response)
  @response = response
  super(message)
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/exactly/client.rb', line 3

def response
  @response
end