StoreError
public enum StoreError : Swift.Error
An error indicating the failure of an operation involving the use of a session Store.
-
Indicates that the
Storecould not be accessed, as its value wasnil.Declaration
Swift
case nilStore(message: String)
View on GitHub
StoreError Enumeration Reference