Enumeration Case 列挙ケース

DecodingError.dataCorrupted(_:)

An indication that the data is corrupted or otherwise invalid. データが不正またはそうでなくとも無効であることを指し示すもの。

Declaration 宣言

case dataCorrupted(DecodingError.Context)

Discussion 解説

As an associated value, this case contains the context for debugging. ある関連値として、この場合はデバッグのための前後関係を含みます。