NDSStoreError

public enum NDSStoreError : Error

Errors on the NDS store itself.

  • The initialization of the NDS store failed.

    Declaration

    Swift

    case initFailed(String)