Module: DTK::Client::Response::ErrorHandlerMixin

Included in:
DTK::Client::Response
Defined in:
lib/domain/response/error_handler.rb

Instance Method Summary collapse

Instance Method Details

#error_info?(opts = {}) ⇒ Boolean

opts can be

:default_error_if_nil - Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/domain/response/error_handler.rb', line 23

def error_info?(opts={})
  ErrorHandler.error_info?(self,opts)
end