Method: Gruf::Error#app_code

Defined in:
lib/gruf/error.rb

#app_codeSymbol

Returns An arbitrary application code that can be used for logical processing of the error by the client.

Returns:

  • (Symbol)

    An arbitrary application code that can be used for logical processing of the error by the client



57
58
59
# File 'lib/gruf/error.rb', line 57

def app_code
  @app_code
end