Class CFNetServicesError


  • public final class CFNetServicesError
    extends java.lang.Object
    CFNetServicesError Discussion: Errors from the kCFStreamErrorDomainNetServices domain.
    • Field Summary

      Fields 
      Modifier and Type Field 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 occured.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
      • 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