Exception: TableauRestApi::ApiError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tableau_rest_api/api_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ApiError

Returns a new instance of ApiError.



3
4
5
# File 'lib/tableau_rest_api/api_error.rb', line 3

def initialize(error)
  super(error)
end