module DTK::Client::Response::ErrorHandlerMixin

Public Instance Methods

error_info?(opts={}) click to toggle source

opts can be

:default_error_if_nil - Boolean
# File lib/domain/response/error_handler.rb, line 23
def error_info?(opts={})
  ErrorHandler.error_info?(self,opts)
end