Important: The information in this document is obsolete and should not be used for new development.
The result codes specific to the Network Services Location Manager are listed here. In addition, Network Services Location Manager functions may return other Mac OS X result codes, which are described in Inside Mac OS X. Some result codes cannot be returned by this version of the Network Services Location Manager, as noted.
| Result Code | Value | Description |
|---|---|---|
noErr |
0 | No error. Available in Mac OS X v10.0 and later. |
kNSLSchedulerError |
–4171 | A custom thread routine encountered an error. Available in Mac OS X v10.0 and later. |
kNSLBadURLSyntax |
–4172 | The caller passed a URL that contains characters that are not allowed. Available in Mac OS X v10.0 and later. |
kNSLUILibraryNotAvailable |
–4174 | The Network Services Location Manager UI Library is not available; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLErrNullPtrError |
–4176 | A specified pointer is invalid. Available in Mac OS X v10.0 and later. |
kNSLSomePluginsFailedToLoad |
–4177 | During system initialization, the Network Services Location Manager was unable to load some plug-ins; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLNullNeighborhoodPtr |
–4178 | The pointer to a neighborhood is invalid. Available in Mac OS X v10.0 and later. |
kNSLNoPluginsForSearch |
–4179 | None of the installed plug-ins are able can respond to the search request; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLSearchAlreadyInProgress |
–4180 | A search is already in progress for the specified value of type Available in Mac OS X v10.0 and later. |
kNSLNoPluginsFound |
–4181 | During system initialization, the Network Services Location Manager was unable to find any valid plug-ins to load; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLPluginLoadFailed |
–4182 | During system initialization, the Network Services Location Manager was unable to load one of the plug-ins; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLBadProtocolTypeErr |
–4183 | The specified value of type Available in Mac OS X v10.0 and later. |
kNSLNullListPtr |
–4184 | The pointer to the specified list is invalid. Available in Mac OS X v10.0 and later. |
kNSLBadClientInfoPtr |
–4185 | The specified value of type Available in Mac OS X v10.0 and later. |
kNSLCannotContinueLookup |
–4186 | The search cannot be continued due to an error condition or a bad state. Available in Mac OS X v10.0 and later. |
kNSLBufferTooSmallForData |
–4187 | The application’s result buffer is too small to store the data returned by a plug-in. Available in Mac OS X v10.0 and later. |
kNSLNoContextAvailable |
–4188 | A parameter of type Available in Mac OS X v10.0 and later. |
kNSLRequestBufferAlreadyInList |
–4189 | Reserved. Available in Mac OS X v10.0 and later. |
kNSLInvalidPluginSpec |
–4190 | The Available in Mac OS X v10.0 and later. |
kNSLNoSupportForService |
–4191 | No plug-in supports the requested service registration or deregistration; this result code cannot be returned by this version of the Network Services Location Manager. Available in Mac OS X v10.0 and later. |
kNSLBadNetConnection |
–4192 | A network error occurred. The computer may not be connected to the network. Available in Mac OS X v10.0 and later. |
kNSLBadDataTypeErr |
–4193 | The specified parameter is not of the correct data type. Available in Mac OS X v10.0 and later. |
kNSLBadServiceTypeErr |
–4194 | The specified service type is not supported. Available in Mac OS X v10.0 and later. |
kNSLBadReferenceErr |
–4195 | The specified value of type Available in Mac OS X v10.0 and later. |
kNSLNoElementsInList |
–4196 | A specified list is empty. Available in Mac OS X v10.0 and later. |
kNSLNotInitialized |
–4199 | The Network Services Location Manager could not be initialized. Available in Mac OS X v10.0 and later. |
Last updated: 2006-05-23