13#ifndef IOX2_NODE_FAILURE_ENUMS_HPP
14#define IOX2_NODE_FAILURE_ENUMS_HPP
@ ResourcesAlreadyCleanedUp
Another instance has successfully cleaned up all resources.
@ AnotherInstanceIsCleaningUpTheNode
Another instance has acquired the ownership of all resources and is currently cleaning up.
NodeCreationFailure
All failures that can occur in [NodeBuilder::create()].
@ SystemCorrupted
Indicates that another "instance" on the system removed the resource required by the [Node].
NodeListFailure
All failures that can occur in [Node::list()].
ServiceRemoveError
Error that can be reported when removing a [Node](crate::node::Node).
@ Interrupt
An interrupt signal was received.
@ InternalError
Errors that indicate either an implementation issue or a wrongly configured system.
@ InsufficientPermissions
Insufficient permissions to open the config file.