Exception: Render::Errors::Schema::InvalidResponse

Inherits:
RequestError
  • Object
show all
Defined in:
lib/render/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#endpoint, #response

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from Render::Errors::Schema::RequestError

Instance Method Details

#to_sObject



97
98
99
# File 'lib/render/errors.rb', line 97

def to_s
  "Could not parse #{response.inspect} from #{endpoint}"
end