SOLO-4033

InvalidHbarAmountSoloError — Validation

InvalidHbarAmountSoloError

CodeSOLO-4033
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Provide a valid positive numeric HBAR amount (e.g., 100 or 0.5)
  2. Run solo ledger account create –help for usage information