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

error

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

Declaration 宣言

var error: Error? { get }

Discussion 議論

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

See Also 参照

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