DirectionsCodingError
public enum DirectionsCodingError : Error
An error that occurs when encoding or decoding a type defined by the MapboxDirections framework.
-
Decoding this type requires the
Decoder.userInfo
dictionary to contain theCodingUserInfoKey.options
key.Declaration
Swift
case missingOptions
-
Decoding this type requires the
Decoder.userInfo
dictionary to contain theCodingUserInfoKey.credentials
key.Declaration
Swift
case missingCredentials