Enumeration Case 列挙ケース

DecodingError.valueNotFound(_:_:)

An indication that a non-optional value of the given type was expected, but a null value was found. 与えられた型のある非オプショナル値が期待された、しかしnull値が見つけられたことを指し示すもの。

Declaration 宣言

case valueNotFound(Any.Type, DecodingError.Context)

Discussion 解説

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