# File lib/hammer_cli_csv/exception_handler.rb, line 33 def handle_unprocessable_entity(e) response = JSON.parse(e.response) response = response[response.keys[0]] print_error response['full_messages'] HammerCLI::EX_DATAERR end