Reason
public enum Reason
-
Thrown if there’s already a value stored a the given path.
Declaration
Swift
case alreadyStoringValueAtThisCodingPath -
Thrown if a meta was tried to be inserted for a coding path with more than one new key.
Declaration
Swift
case pathNotFilled -
Thrown if no meta is stored at the requested coding path.
Declaration
Swift
case noMetaStoredAtThisCodingPath
View on GitHub
Reason Enumeration Reference