Package apple.network.enums
Class nw_error_domain_t
- java.lang.Object
-
- apple.network.enums.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 intnw_error_domain_dns[@const] nw_error_domain_dns The error code will be a DNSServiceErrorType error as defined instatic intnw_error_domain_invalid[@const] nw_error_domain_invalidstatic intnw_error_domain_posix[@const] nw_error_domain_posix The error code will be a POSIX error as defined instatic intnw_error_domain_tls[@const] nw_error_domain_tls The error code will be a TLS error as defined in
-
-
-
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
-
-