Method: LabClient::Error#error_details
- Defined in:
- lib/labclient/error.rb
#error_details ⇒ Object
Helper for Raising Exceptions
13 14 15 |
# File 'lib/labclient/error.rb', line 13 def error_details { code: resp.code, message: resp.find_friendly_error } end |