case setErrorAndReturn
A failure policy that directs the coder to capture the failure as an error object.
ある障害ポリシー、それはコーダにその障害をエラーオブジェクトとしてキャプチャするよう命令します。
Availability 有効性
Technology
case raiseException = 0
With this policy, the NSCoder
raises an exception internally to propagate failure messages (and unwind the stack).
このポリシーで、NSCoder
は、例外を内部的に引き起こすことで失敗メッセージを伝播します(そしてそのスタックを巻き戻しません)。
case setErrorAndReturn