solidity contract function execution failed
I am trying to build a test contract for flash loan arbitrage in solidity for polygon blockchain. Contract deployed successfully, but when I am calling the function : fn_RequestFlashLoan I am getting error : Warning! Error encountered during contract execution [execution reverted]
and nothing specific. As very new to solidity, may anyone plz advice me on the issue ?