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



68
69
70
# File 'lib/gruf/error.rb', line 68

def app_code
  @app_code
end