NSScriptObjectSpecifier provides the following constants for error codes for specific problems evaluating specifiers:
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSScriptObjectSpecifierError
Public Enumeration NSScriptObjectSpecifierError
public enum class NSScriptObjectSpecifierError
| Member | Description |
|---|---|
| NSNoSpecifierError | No error encountered. Available in Mac OS X v10.0 and later. |
| NSNoTopLevelContainersSpecifierError | Someone called evaluate with nil. Available in Mac OS X v10.0 and later. |
| NSContainerSpecifierError | Error evaluating container specifier. Available in Mac OS X v10.0 and later. |
| NSUnknownKeySpecifierError | Receivers do not understand the key. Available in Mac OS X v10.0 and later. |
| NSInvalidIndexSpecifierError | Index out of bounds. Available in Mac OS X v10.0 and later. |
| NSInternalSpecifierError | Other internal error. Available in Mac OS X v10.0 and later. |
| NSOperationNotSupportedForKeySpecifierError | Attempt made to perform an unsupported operation on some key. Available in Mac OS X v10.0 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)