init(codingPath : [CodingKey], debugDescription : String, underlyingError : Error?)
Creates a new context with the given path of coding keys and a description of what went wrong.
与えられたコーディングキーのパスと何がうまくいかなかったかの説明で新しいコンテキストを作成します。
Availability
Technology
struct DecodingError
.Context
init(codingPath : [CodingKey], debugDescription : String, underlyingError : Error?)
let codingPath : [CodingKey]
let debugDescription : String
let underlyingError : Error?