What it means
The contract divided by zero. A user cannot normally cause this with inputs: it usually means the contract read a zero where it expected a value, an empty pool, a price feed returning zero, an uninitialised parameter.
How to fix it
Retry later, in case a price feed or pool state was momentarily empty. If it persists, this is a contract-side issue: report it to the protocol with the transaction hash.