Uses of Class
org.newsclub.net.unix.tipc.AFTIPCErrInfo.ErrorCode
-
Uses of AFTIPCErrInfo.ErrorCode in org.newsclub.net.unix.tipc
Modifier 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.Modifier and TypeMethodDescriptionAFTIPCErrInfo.getErrorCode()
Returns the error code.static AFTIPCErrInfo.ErrorCode
AFTIPCErrInfo.ErrorCode.ofValue
(int v) Returns anAFTIPCErrInfo.ErrorCode
instance given an integer.ModifierConstructorDescriptionAFTIPCErrInfo
(AFTIPCErrInfo.ErrorCode errorCode, int dataLength) Creates a new instance.