Instance Property インスタンスプロパティ

error

An error in the top-level encode. トップレベルエンコードにおけるエラー。

Declaration 宣言

@property(nullable, readonly, copy) NSError *error;

Discussion 議論

The meaning of this property depends on the setting of the decodingFailurePolicy property. For NSDecodingFailurePolicyRaiseException, this property is always nil. For NSDecodingFailurePolicySetErrorAndReturn, a non-nil value represents the first error encountered while decoding the archive. このプロパティの意味は、decodingFailurePolicyプロパティの設定に依存します。NSDecodingFailurePolicyRaiseExceptionに対して、このプロパティは常にnilです。NSDecodingFailurePolicySetErrorAndReturnに対して、非nil値は、アーカイブをデコードする間に出くわした最初のエラーを表します。

See Also 参照

Managing Decode Errors デコードエラーを管理する