What feedback to give to users about why drag & drop does not work here?

I've been struggling to find good examples of this online, basically, the issue I'm trying to solve is that I want to provide feedback to users on why they're unable to rearrange the order of their documents (in the outline) while they have filters set.

Normally users can rearrange the order by dragging, but when filters are turned on, it's too prone to mistakes, however simply disabling drag & drop doesn't feel like the right way to go either. The fact that filters are set is made clear through chips, but I don't think users will just understand that those filters relate to why they can't use drag & drop right now.

What I considered:

  • Change cursor to "unavailable" cursor while dragging (This doesn't explain why it doesn't work)
  • Show message such as "turn off filters to use dragging" in a temporary toast after trying to drop it (I don't want to waste the users time by first pretending everything is fine)
  • Show message such as "" on the drop location (same as above)
  • Show toast message once the user tries to drag the item (so far this feels most logical)

Would love advice! Thanks a lot.