---
name: HttpError
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# HttpError

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `OK` | 0 |  |
| `InvalidUrl` | 1 |  |
| `DnsResolve` | 2 |  |
| `ConnectFail` | 3 |  |
| `OutOfMemory` | 4 |  |
| `TimedOut` | 5 |  |
| `TooManyRedirects` | 6 |  |
| `InvalidRedirect` | 7 |  |
| `NetFail` | 8 |  |
| `Aborted` | 9 |  |
| `SslConnectFail` | 10 |  |
| `SslVerificationFail` | 11 |  |
| `Unknown` | 12 |  |
| `ConnectionClosed` | 13 |  |
| `ServerProtocolError` | 14 |  |
| `CreatorEnvironmentsNotSupportedByService` | 15 |  |
| `InactivityTimeout` | 16 |  |
| `TooManyOutstandingRequests` | 17 |  |