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