# File lib/hammer_cli_foreman/exception_handler.rb, line 19 def handle_unprocessable_entity(e) response = JSON.parse(e.response) response = HammerCLIForeman.record_to_common_format(response) print_error response['full_messages'] HammerCLI::EX_DATAERR end