ConversionError
public enum ConversionError : ErrorEnum
Errors thrown when a value cannot be converted to a required type.
-
The provided URL could not be converted to a valid
URL.Declaration
Swift
case invalidUrl(_: URLConvertible)
View on GitHub