public final class NSNetServicesError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ActivityInProgress
A publication or resolution request was sent to an NSNetService instance which was already published or a search request was made of an NSNetServiceBrowser instance which was already searching.
|
static long |
BadArgumentError
An required argument was not provided when initializing the NSNetService instance.
|
static long |
CancelledError
The operation being performed by the NSNetService or NSNetServiceBrowser instance was cancelled.
|
static long |
CollisionError
An NSNetService with the same domain, type and name was already present when the publication request was made.
|
static long |
InvalidError
An invalid argument was provided when initializing the NSNetService instance or starting a search with an NSNetServiceBrowser instance.
|
static long |
MissingRequiredConfigurationError
Missing required configuration for local network access.
|
static long |
NotFoundError
The NSNetService was not found when a resolution request was made.
|
static long |
TimeoutError
Resolution of an NSNetService instance failed because the timeout was reached.
|
static long |
UnknownError
An unknown error occured during resolution or publication.
|
public static final long UnknownError
public static final long CollisionError
public static final long NotFoundError
public static final long ActivityInProgress
public static final long BadArgumentError
public static final long CancelledError
public static final long InvalidError
public static final long TimeoutError
public static final long MissingRequiredConfigurationError
NSBonjourServices and NSLocalNetworkUsageDescription are required in Info.plist