Package apple.cfnetwork.enums
Class CFNetServicesError
- java.lang.Object
-
- apple.cfnetwork.enums.CFNetServicesError
-
public final class CFNetServicesError extends java.lang.ObjectCFNetServicesError Discussion: Errors from the kCFStreamErrorDomainNetServices domain.
-
-
Field Summary
Fields Modifier and Type Field Description static intBadArgumentNot usedstatic intCancelThe register, resolve, or browse on the object has been cancelled.static intCollisionThe given registration has had a name collision.static intInProgressThere is already a register, resolve, browse, or monitor in progress on the given object.static intInvalidThe given CFNetServiceBrowser or CFNetServiceMonitor has already been invalidated and can no longer be used.static intMissingRequiredConfigurationMissing required configuration for local network access.static intNotFoundNot usedstatic intTimeoutThe given CFNetServiceResolveWithTimeout has hit the timeout before a successful resolve.static intUnknownAn error of unknown type has occured.
-
-
-
Field Detail
-
Unknown
public static final int Unknown
An error of unknown type has occured.- See Also:
- Constant Field Values
-
Collision
public static final int Collision
The given registration has had a name collision. Registration should be cancelled and should try again probably with a different name.- See Also:
- Constant Field Values
-
NotFound
public static final int NotFound
Not used- See Also:
- Constant Field Values
-
InProgress
public static final int InProgress
There is already a register, resolve, browse, or monitor in progress on the given object.- See Also:
- Constant Field Values
-
BadArgument
public static final int BadArgument
Not used- See Also:
- Constant Field Values
-
Cancel
public static final int Cancel
The register, resolve, or browse on the object has been cancelled.- See Also:
- Constant Field Values
-
Invalid
public static final int Invalid
The given CFNetServiceBrowser or CFNetServiceMonitor has already been invalidated and can no longer be used.- See Also:
- Constant Field Values
-
Timeout
public static final int Timeout
The given CFNetServiceResolveWithTimeout has hit the timeout before a successful resolve.- See Also:
- Constant Field Values
-
MissingRequiredConfiguration
public static final int MissingRequiredConfiguration
Missing required configuration for local network access.- See Also:
- Constant Field Values
-
-