Method: Gruf::Error#debug_info

Defined in:
lib/gruf/error.rb

#debug_infoObject

debug an given error response. This is sent by the server over the trailing metadata.

Returns:

  • (Object)

    A hash of debugging information, such as a stack trace and exception name, that can be used to



64
65
66
# File 'lib/gruf/error.rb', line 64

def debug_info
  @debug_info
end