Exception: THTP::ServerValidationError
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- ServerError
- THTP::ServerValidationError
- Defined in:
- lib/thtp/errors.rb
Overview
Indicates that some Thrift struct failed cursory schema validation on the server
Instance Method Summary collapse
-
#initialize(validation_message) ⇒ ServerValidationError
constructor
A new instance of ServerValidationError.
Methods inherited from ServerError
Constructor Details
#initialize(validation_message) ⇒ ServerValidationError
Returns a new instance of ServerValidationError.
98 99 100 |
# File 'lib/thtp/errors.rb', line 98 def initialize() super , Thrift::ApplicationException::UNKNOWN end |