public final class CFNetServicesError
extends java.lang.Object
Discussion: Errors from the kCFStreamErrorDomainNetServices domain.
| Modifier and Type | Field and Description |
|---|---|
static int |
BadArgument
Not used
|
static int |
Cancel
The register, resolve, or browse on the object has been cancelled.
|
static int |
Collision
The given registration has had a name collision.
|
static int |
InProgress
There is already a register, resolve, browse, or monitor in
progress on the given object.
|
static int |
Invalid
The given CFNetServiceBrowser or CFNetServiceMonitor has already
been invalidated and can no longer be used.
|
static int |
MissingRequiredConfiguration
Missing required configuration for local network access.
|
static int |
NotFound
Not used
|
static int |
Timeout
The given CFNetServiceResolveWithTimeout has hit the timeout
before a successful resolve.
|
static int |
Unknown
An error of unknown type has occurred.
|
public static final int Unknown
public static final int Collision
public static final int NotFound
public static final int InProgress
public static final int BadArgument
public static final int Cancel
public static final int Invalid
public static final int Timeout
public static final int MissingRequiredConfiguration