RequestError
public enum RequestError: Error
Errors that can occur while performing a HTTP request.
-
The URL provided was invalid.
Declaration
Swift
case invalidURL(url: String)
-
The text or data provided was not valid UTF-8.
Declaration
Swift
case notUTF8
-
Undocumented
Declaration
Swift
public enum RequestError: Error