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

evaluationError

Returns the object specifier in which an evaluation error occurred. それにおいて評価エラーが起こったオブジェクト指定子を返します。

Declaration 宣言

var evaluationError: NSScriptObjectSpecifier? { get }

Return Value 戻り値

The object specifier in which an evaluation error occurred. それにおいて評価エラーが起こったオブジェクト指定子。

Discussion 議論

The object specifier failing to evaluate could be the receiver or any container specifier “above” the receiver. 評価に失敗するオブジェクト指定子は、レシーバまたはレシーバの “上の” 何らかのコンテナ識別子です。

See Also 参照

Getting evaluation errors 評価エラーを取得する