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