What it means
There is a gap in the sequence: an earlier transaction from this address has not been mined yet, so this one cannot be processed. Transactions from one address must confirm in nonce order.
How to fix it
Deal with the earlier pending transaction first: speed it up or cancel it from the wallet's activity list. Once it resolves, the later transaction can confirm. Avoid setting nonces manually.