RouteStyleError
public enum RouteStyleError : LocalizedError
Errors that can 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 the provided argument. The associated value describes the reason of the error.
Declaration
Swift
case invalidArgument(String)
-
Localized description of the error.
Declaration
Swift
public var errorDescription: String? { get }