⚠️ 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-4003
InvalidOutputFormatError — Validation
InvalidOutputFormatError
| Code | SOLO-4003 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an output format is not one of the allowed values; the message names the offending value and the allowed set (json, yaml, wide). solo formats command output according to this flag, so this means an unsupported value was supplied.
Troubleshooting Steps
- Valid output formats are: json, yaml, wide