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 LocationTracesRecorderFactory is unable to create a log file for the recording session.

    Declaration

    Swift

    case logFileCreateError
  • Indicates that the LocationTracesRecorderFactory is unable to access custom folder in order to create a log file there.

    Declaration

    Swift

    case logFolderAccessError