The path of coding keys taken to get to the point of the failing encode call. 失敗しているエンコード呼び出しの地点に行くために取られるコーディングキーのパス。
Initializerinit(coding
init(codingPath:debugDescription:underlyingError:)
Creates a new context with the given path of coding keys and a description of what went wrong.
与えられたコーディングキーのパスと何がうまくいかなかったかの説明で新しいコンテキストを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
codingPath
debugDescription
A description of what went wrong, for debugging purposes. 何がうまくいかなかったかの記述、デバッグ目的のため。
underlyingError
The underlying error which caused this error, if any. このエラーの元となった基礎をなすエラー、もしあれば。