⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-9005
DataValidationError — Internal
DataValidationError
| Code | SOLO-9005 |
| Category | Internal |
| Ownership | Solo |
| Retryable | No |
Description
Thrown when an internal consistency check finds a value that differs from what solo required at that point; the message reports the context together with the expected and actual values. solo uses these assertions to verify invariants as data moves between steps — for example confirming that a downloaded artifact’s checksum matches the expected hash before it is used. A mismatch points to a logic error or a broken assumption inside solo rather than to bad user input or an infrastructure fault, so it is treated as an internal defect and should be reported with the full error output.
Troubleshooting Steps
- This is an internal Solo error. File a bug report: https://github.com/hiero-ledger/solo/issues