BackupError

public enum BackupError: Error

An enumeration of errors that can occur when interacting with a backup.

  • Indicates that the backup data source could not be opened for import.

    Declaration

    Swift

    case openFailed
  • Indicates that the backup data source contained some invalid data or did not contain all expected data.

    Declaration

    Swift

    case initializationFailed