SOLO-4047
ConfigFileInvalidSoloError — Validation
ConfigFileInvalidSoloError
| Code | SOLO-4047 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a configuration file is empty or contains invalid content. solo reads this file to drive a command, so this means it had no usable content — for example an empty file or content that does not match the expected format.
Troubleshooting Steps
- Verify the configuration file is a valid YAML or JSON document
- Check that the file is not empty and contains the expected fields
- Run solo config ops backup to export a valid configuration for reference