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