Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
tlsHandshakeError
Status: Error in TLS handshake.
HTTPClient.swift:92case tlsHandshakeError
Other cases
case disconnected
Status: Disconnected from the server.
case resolving
Status: Currently resolving the hostname for the given URL into an IP.
case cantResolve
Status: DNS failure: Can’t resolve the hostname for the given URL.
case connecting
Status: Currently connecting to server.
case cantConnect
Status: Can’t connect to the server.
case connected
Status: Connection established.
case requesting
Status: Currently sending request.
case body
Status: HTTP body received.
case connectionError
Status: Error in HTTP connection.