Enumeration: NSNetServicesError
Overview
These constants identify errors that can occur when accessing net services.
Constant Summary
- NSNetServicesUnknownError
An unknown error occurred. available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesCollisionError
The service could not be published because the name is already in use. the name could be in use locally or on another system. available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesNotFoundError
The service could not be found on the network. available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesActivityInProgress
The net service cannot process the request at this time. no additional information about the network state is known.available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesBadArgumentError
An invalid argument was used when creating the nsnetservice object.available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesCancelledError
The client canceled the action.available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesInvalidError
The net service was improperly configured.available in ios 2.0 and later.declared in nsnetservices.h.
- NSNetServicesTimeoutError
The net service has timed out.available in ios 2.0 and later.declared in nsnetservices.h.