Enumeration Case 列挙ケース

EncodingError.invalidValue(_:_:)

An indication that an encoder or its containers could not encode the given value. エンコーダまたはそれのコンテナが与えられた値をエンコードできなかったことを指し示すもの。

Declaration 宣言

case invalidValue(Any, EncodingError.Context)

Discussion 解説

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