SyncError

public enum SyncError : Error

Represents the different error that could be thrown when NDSStoreAccessSync is accessed

Parameters

String

Custom error message for a particular type of Error

  • Error indicating that same observer was added more than once.

    Declaration

    Swift

    case invalidObserverError(String)