Enumeration Case 列挙ケース

DecodingError.typeMismatch(_:_:)

An indication that a value of the given type could not be decoded because it did not match the type of what was found in the encoded payload. 与えられた型の値がデコードできなかった、なぜならエンコードされたペイロードの中に見つけられた何かの型とそれが合致しなかったことを指し示すもの。

Declaration 宣言

case typeMismatch(Any.Type, DecodingError.Context)

Discussion 解説

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