SOLO-3051
AccountTransferFailedSoloError — Component
AccountTransferFailedSoloError
| Code | SOLO-3051 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when an HBAR transfer transaction fails; the underlying failure is wrapped in cause. solo transfers HBAR to fund accounts during setup and account operations, so this means the transfer was rejected or could not be submitted — commonly an insufficient sender balance, a signing problem, or an unreachable consensus node.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify consensus nodes are running: kubectl get pods -n
- Verify the sender account has sufficient HBAR balance