Error
public enum Error<ValueType> : Swift.Error
Error thrown if using this utility in a invalid way
-
Type does not have a value for the given
KeyPath
Declaration
Swift
case missingKey(KeyPath<Wrapped, ValueType>)
-
Value set in instance does not conform to the expected type
Declaration
Swift
case invalidValueType(key: KeyPath<Wrapped, ValueType>, actualValue: Any)