# File lib/hammer_cli_csv/exception_handler.rb, line 47
    def handle_forbidden(e)
      print_error 'Forbidden - server refused to process the request'
      log_full_error e
      HammerCLI::EX_NOPERM
    end