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.userInfodictionary to contain theCodingUserInfoKey.optionskey.Declaration
Swift
case missingOptions -
Decoding this type requires the
Decoder.userInfodictionary to contain theCodingUserInfoKey.credentialskey.Declaration
Swift
case missingCredentials
Install in Dash
DirectionsCodingError Enumeration Reference