DecodingError.keyNotFound(_:_:)
An indication that a keyed decoding container was asked for an entry for the given key, but did not contain one.
Declaration
case keyNotFound(any CodingKey, DecodingError.Context)Discussion
As associated values, this case contains the attempted key and context for debugging.