NSDecodingFailurePolicySetErrorAndReturn
A failure policy that directs the coder to capture the failure as an error object.
ある障害ポリシー、それはコーダにその障害をエラーオブジェクトとしてキャプチャするよう命令します。
Availability 有効性
Technology
NSDecodingFailurePolicyRaiseException
With this policy, the NSCoder
raises an exception internally to propagate failure messages (and unwind the stack). This exception can be transformed into an NSError
via methods like decode
このポリシーで、NSCoder
は、例外を内部的に引き起こすことで失敗メッセージを伝播します(そしてそのスタックを巻き戻しません)。この例外は、NSError
へと変換されることが、decode
のようなメソッド経由で可能です。
NSDecodingFailurePolicySetErrorAndReturn