Enumeration Caseswift 6.0.3Swift

valueNotFound(_:_:)

An indication that a non-optional value of the given type was expected, but a null value was found.

case valueNotFound(any Any.Type, DecodingError.Context)

As associated values, this case contains the attempted type and context for debugging.