Method: Gruf::Error#app_code
- Defined in:
- lib/gruf/error.rb
#app_code ⇒ Symbol
Returns 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 |