Exception: THTP::DeserializationError
- Inherits:
-
SerializationError
- Object
- StandardError
- Error
- ServerError
- SerializationError
- THTP::DeserializationError
- Defined in:
- lib/thtp/errors.rb
Overview
Indicates a failure to parse Thrift according to schema
Instance Method Summary collapse
Methods inherited from SerializationError
Methods inherited from ServerError
Constructor Details
This class inherits a constructor from THTP::SerializationError
Instance Method Details
#friendly_message(error) ⇒ Object
91 92 93 |
# File 'lib/thtp/errors.rb', line 91 def (error) "Deserialization error (#{friendly_type(error)}): #{error.}" end |