SOLO-5044
FileInvalidJsonSoloError — System
FileInvalidJsonSoloError
| Code | SOLO-5044 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when a file solo was asked to parse does not contain valid JSON; the message names the path. solo parses JSON from user-provided files, so this means the content could not be parsed — for example a syntax error, a truncated file, or a non-JSON file supplied.
Troubleshooting Steps
- Verify the file at
contains valid JSON - Check for syntax errors such as missing commas, brackets, or quotes