SOLO-5027
GitHubApiRequestFailedError — System
GitHubApiRequestFailedError
| Code | SOLO-5027 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a GitHub API request cannot be completed; the message names the URL and wraps the underlying failure in cause. The request did not produce a usable HTTP response at all — for example a network or DNS failure, or a dropped connection. It is retryable, since transient network problems often clear on a later attempt.
Troubleshooting Steps
- Check network connectivity and GitHub availability, then retry. If the issue persists, confirm proxy/firewall settings.