Exception: Telesign::API::AuthError

Inherits:
APIError
  • Object
show all
Defined in:
lib/telesign/rest.rb

Instance Attribute Summary

Attributes inherited from APIError

#body, #errors, #headers, #status

Instance Method Summary collapse

Methods inherited from APIError

#to_s

Constructor Details

#initialize(http_response) ⇒ AuthError

Returns a new instance of AuthError.



176
177
178
# File 'lib/telesign/rest.rb', line 176

def initialize(http_response)
  super(http_response)
end