globus_xio_udp_driver_errors
Error Types.
- Provided by: libglobus-xio-doc (Version: 6.2-1)
- Source: globus-xio
- Report a bug
Error Types.
enum globus_xio_udp_error_type_t {
GLOBUS_XIO_UDP_ERROR_NO_ADDRS,
GLOBUS_XIO_UDP_ERROR_SHORT_WRITE }
Error Types.
The UDP driver is very close to the system code, so most errors reported by it are converted from the system errno. A few of the exceptions are GLOBUS_XIO_ERROR_COMMAND, GLOBUS_XIO_ERROR_CONTACT_STRING, GLOBUS_XIO_ERROR_CANCELED, GLOBUS_XIO_UDP_ERROR_NO_ADDRS, and GLOBUS_XIO_UDP_ERROR_SHORT_WRITE
See also:
globus_error_errno_match()
UDP driver specific error types
Enumerator
Generated automatically by Doxygen for globus_xio from the source code.