Class nw_error_domain_t


  • public final class nw_error_domain_t
    extends java.lang.Object
    [@typedef] nw_error_domain_t The enumeration of network error domains.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int nw_error_domain_dns
      [@const] nw_error_domain_dns The error code will be a DNSServiceErrorType error as defined in
      static int nw_error_domain_invalid
      [@const] nw_error_domain_invalid
      static int nw_error_domain_posix
      [@const] nw_error_domain_posix The error code will be a POSIX error as defined in
      static int nw_error_domain_tls
      [@const] nw_error_domain_tls The error code will be a TLS error as defined in
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nw_error_domain_invalid

        public static final int nw_error_domain_invalid
        [@const] nw_error_domain_invalid
        See Also:
        Constant Field Values
      • nw_error_domain_posix

        public static final int nw_error_domain_posix
        [@const] nw_error_domain_posix The error code will be a POSIX error as defined in
        See Also:
        Constant Field Values
      • nw_error_domain_dns

        public static final int nw_error_domain_dns
        [@const] nw_error_domain_dns The error code will be a DNSServiceErrorType error as defined in
        See Also:
        Constant Field Values
      • nw_error_domain_tls

        public static final int nw_error_domain_tls
        [@const] nw_error_domain_tls The error code will be a TLS error as defined in
        See Also:
        Constant Field Values