class THTP::ServerValidationError

Indicates that some Thrift struct failed cursory schema validation on the server

Public Class Methods

new(validation_message) click to toggle source
Calls superclass method
# File lib/thtp/errors.rb, line 98
def initialize(validation_message)
  super validation_message, Thrift::ApplicationException::UNKNOWN
end