SOLO-4033
InvalidHbarAmountSoloError — Validation
InvalidHbarAmountSoloError
| Code | SOLO-4033 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an HBAR amount is invalid; the message includes the offending value. solo parses HBAR amounts from flags and config, so this means the value is not a valid amount — for example non-numeric, or negative where it is not allowed.
Troubleshooting Steps
- Provide a valid positive numeric HBAR amount (e.g., 100 or 0.5)
- Run solo ledger account create –help for usage information