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

parserError

An NSError object from which you can obtain information about a parsing error. あるNSErrorオブジェクト、それからあなたは構文解析エラーについての情報を入手できます。

Declaration 宣言

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

Discussion 議論

You may access this property after a parsing operation abnormally terminates to determine the cause of error. あなたは、このプロパティにアクセスを、構文解析演算が異常に終了される後に、エラーの原因を決定するためにするかもしれません。

See Also 参照

Parsing 構文解析