HTTPClientStatus Enumeration |
[Missing <summary> documentation for "T:Godot.HTTPClient.Status"]
Namespace: Godot
public enum Status
| Member name | Value | Description | |
|---|---|---|---|
| Disconnected | 0 | Status: Disconnected from the server. | |
| Resolving | 1 | Status: Currently resolving the hostname for the given URL into an IP. | |
| CantResolve | 2 | Status: DNS failure: Can't resolve the hostname for the given URL. | |
| Connecting | 3 | Status: Currently connecting to server. | |
| CantConnect | 4 | Status: Can't connect to the server. | |
| Connected | 5 | Status: Connection established. | |
| Requesting | 6 | Status: Currently sending request. | |
| Body | 7 | Status: HTTP body received. | |
| ConnectionError | 8 | Status: Error in HTTP connection. | |
| SslHandshakeError | 9 | Status: Error in SSL handshake. |