NDSStoreAccessSyncError

public enum NDSStoreAccessSyncError : Error

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

Important

This is a Public Preview API. It may be changed or removed at any time.

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)