Enumeration Case 列挙ケース

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(CodingKey, DecodingError.Context)

Discussion 解説

As associated values, this case contains the attempted key and context for debugging. 関連値いくつかとして、この場合は試みられたキーとデバッグのための前後関係を含みます。