func failWithError (Error)
Signals to this coder that the decode operation has failed.
このコーダにデコード演算が失敗したことを合図します。
Availability 有効性
Technology
var error: Error
? { get }
The meaning of this property depends on the setting of the decoding
property. For NSCoder
, this property is always nil
. For NSCoder
, a non-nil
value represents the first error encountered while decoding the archive.
このプロパティの意味は、decoding
プロパティの設定に依存します。NSCoder
に対して、このプロパティは常にnil
です。NSCoder
に対して、非nil
値は、アーカイブをデコードする間に出くわした最初のエラーを表します。
func failWithError (Error)