Exception: Inferno::Exceptions::ErrorInFhirpathException

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

Overview

ErrorInFhirpathException is used when an exception occurred in calling the FHIRPath 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 fhirpath evaluator an error occurred.

Instance Method Summary collapse

Instance Method Details

#resultObject



81
82
83
# File 'lib/inferno/exceptions.rb', line 81

def result
  'error'
end