Uses of Class
org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
-
Uses of AFTIPCErrInfo.ErrorCode in org.newsclub.net.unix.tipc
Fields in org.newsclub.net.unix.tipc declared as AFTIPCErrInfo.ErrorCodeModifier and TypeFieldDescriptionstatic final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_ERR_CONN_SHUTDOWN
Normal connection shutdown occurred.static final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_ERR_NO_NAME
Destination port name is unknown.static final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_ERR_NO_NODE
Destination node is unreachable.static final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_ERR_NO_PORT
Destination port id does not exist.static final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_ERR_OVERLOAD
Destination is congested.static final AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.TIPC_OK
No error.Methods in org.newsclub.net.unix.tipc that return AFTIPCErrInfo.ErrorCodeModifier and TypeMethodDescriptionAFTIPCErrInfo.getErrorCode()
Returns the error code.static AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.ofValue
(int v) Returns anAFTIPCErrInfo.ErrorCode
instance given an integer.Constructors in org.newsclub.net.unix.tipc with parameters of type AFTIPCErrInfo.ErrorCodeModifierConstructorDescriptionAFTIPCErrInfo
(AFTIPCErrInfo.ErrorCode errorCode, int dataLength) Creates a new instance.