Exception: Farscape::Exceptions::ProtocolVersionNotSupported

Inherits:
ProtocolException show all
Defined in:
lib/farscape/errors.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#representor

Instance Method Summary collapse

Methods inherited from ProtocolException

#initialize, #message

Constructor Details

This class inherits a constructor from Farscape::Exceptions::ProtocolException

Instance Method Details

#error_descriptionObject



165
166
167
168
# File 'lib/farscape/errors.rb', line 165

def error_description
  'The server does not support, or refuses to support, the protocol or protocol version that was used in the request message.
  The server is indicating that it is unable or unwilling to complete the request using the same protocol as the client'.squish
end