What errors do I need to watch out for on Binance with Market Orders

So I’m creating a strategy that’s heavily reliant on orders being filled and closed correctly. The Binance testnet environment is horrendous, I’m left with orders that I can’t close because the orderbooks are empty and any closing order runs into the error of the price being too far from the spread.

The reality is that this will never happen on the symbols I trade (I test for liquidity prior on the main), so I can’t really test the order code too deeply and see which errors crop up more often than not. So my question is, what errors will I see returned the most in Binance when executing market orders (aside from maximum quantity’s for a market order, I have provisions for this)?

Error Codes