Class: ZendeskAPI::Error::ClientError

Inherits:
Faraday::Error::ClientError
  • Object
show all
Defined in:
lib/zendesk_api/error.rb

Direct Known Subclasses

NetworkError, RecordInvalid, RecordNotFound

Instance Attribute Summary collapse

Instance Attribute Details

#wrapped_exceptionObject (readonly)

Returns the value of attribute wrapped_exception.



4
5
6
# File 'lib/zendesk_api/error.rb', line 4

def wrapped_exception
  @wrapped_exception
end