Enumeration Caseswift 6.0.1Swift

    keyNotFound(_:_:)

    An indication that a keyed decoding container was asked for an entry for the given key, but did not contain one.

    case keyNotFound(any CodingKey, DecodingError.Context)

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

    Other cases