Enumeration Case 列挙ケース

NSUserActivity.TypedPayloadError.encodingError

An encoding error that indicates that the content failed to encode into a valid dictionary. エンコードエラー、それはコンテンツがある有効な辞書へとエンコードするのを失敗したことを指し示します。

Declaration 宣言

case encodingError

Discussion 議論

The setTypedPayload(_:) method throws this error. setTypedPayload(_:)メソッドはこのエラーをスローします。

See Also 参照

Typed Payload Errors 型付ペイロードエラー