FileError
public enum FileError : Error
Represents errors related to LocationTracesRecorder functionality.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Indicates that the
LocationTracesRecorderFactoryis unable to access custom folder in order to create a log file there.Declaration
Swift
case logFolderAccessError -
Indicates that the
LocationTracesRecorderFactoryis unable to create a log file for the recording session.Declaration
Swift
case logFileCreateError
TomTom SDK for iOS (0.40.0)
FileError