RouteStyleError
public enum RouteStyleError : LocalizedError
Errors which are able to be thrown during stylization.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Error indicating there is a problem with provided argument.
Declaration
Swift
case invalidArgument(String)
-
Localized description of the error.
Declaration
Swift
public var errorDescription: String? { get }