Exception: Inferno::Exceptions::ErrorInValidatorException

Inherits:
TestResultException show all
Defined in:
lib/inferno/exceptions.rb

Overview

ErrorInValidatorException is used when an exception occurred in calling the validator service, for example a connection timeout or an unexpected response format. Note: This class extends TestResultException instead of RuntimeError to bypass printing the stack trace in the UI, since the stack trace of this exception is not likely be useful. Instead the message should point to where in the validator an error occurred.

Instance Method Summary collapse

Instance Method Details

#resultObject



50
51
52
# File 'lib/inferno/exceptions.rb', line 50

def result
  'error'
end