Set the debugging information for the error message
service
Parameters:
The detailed message generated by the exception
An array of strings that represents the exception backtrace generated by the
100 101 102
# File 'lib/gruf/error.rb', line 100 def set_debug_info(detail, stack_trace = []) @debug_info = Errors::DebugInfo.new(detail, stack_trace) end