SOLO-5029
GitHubApiResponseParseFailedError — System
GitHubApiResponseParseFailedError
| Code | SOLO-5029 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot parse a GitHub API response; the message names the URL and wraps the underlying failure in cause. solo parses release metadata from the API, so this means the body could not be parsed — for example it was not valid JSON or did not match the expected structure.
Troubleshooting Steps
- Inspect the GitHub API response shape and endpoint contract.