Method: Gruf::Error#code

Defined in:
lib/gruf/error.rb

#codeSymbol

Returns The given internal gRPC code for the error.

Returns:

  • The given internal gRPC code for the error



54
55
56
# File 'lib/gruf/error.rb', line 54

def code
  @code
end