var NSNoScriptError : Int
No error.
エラーなし。
var NSReceiverEvaluationScriptError : Int
The object or objects specified by the direct parameter to a command could not be found.
コマンドへの直接パラメータによって指定されるオブジェクトまたは複数のオブジェクトが見つけられなかった。
var NSKeySpecifierEvaluationScriptError : Int
The object or objects specified by a key (for commands that support key specifiers) could not be found.
あるキーによって指定される(キー指定子をサポートするコマンドに対する)オブジェクトまたは複数のオブジェクトは見つけられることができませんでした。
var NSArgumentEvaluationScriptError : Int
The object specified by an argument could not be found.
見つけられることができなかった引数によって指定されるオブジェクト。
var NSReceiversCantHandleCommandScriptError : Int
The receivers don’t support the command sent to them.
それらレシーバは、それらに送られたコマンドをサポートしません。
var NSRequiredArgumentsMissingScriptError : Int
An argument (or more than one argument) is missing.
ある引数(または1つ以上の引数)が見つからない。
var NSArgumentsWrongScriptError : Int
An argument (or more than one argument) is of the wrong type or is otherwise invalid.
ある引数(または複数の引数)が間違った型のものであるまたはそうでないけれども無効である。
var NSUnknownKeyScriptError : Int
An unidentified error occurred; indicates an error in the scripting support of your application.
識別不能のエラーが起こりました;あなたのアプリケーションのスクリプティングサポートにおけるエラーを指し示します。
var NSInternalScriptError : Int
An unidentified internal error occurred; indicates an error in the scripting support of your application.
未定義の内部エラーが発生しました;あなたのアプリケーションのスクリプティングサポートにおけるエラーを指し示します。
var NSOperationNotSupportedForKeyScriptError : Int
The implementation of a scripting command signaled an error.
エラーを合図するスクリプティングコマンドの実装。
var NSCannotCreateScriptCommandError : Int
Could not create the script command; an invalid or unrecognized Apple event was received.
スクリプトコマンドを作成できませんでした;無効なまたは認識されないアップルイベントが受け取られました。