iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
node_failure_enums.hpp
Go to the documentation of this file.
1// Copyright (c) 2024 Contributors to the Eclipse Foundation
2//
3// See the NOTICE file(s) distributed with this work for additional
4// information regarding copyright ownership.
5//
6// This program and the accompanying materials are made available under the
7// terms of the Apache Software License 2.0 which is available at
8// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
9// which is available at https://opensource.org/licenses/MIT.
10//
11// SPDX-License-Identifier: Apache-2.0 OR MIT
12
13#ifndef IOX2_NODE_FAILURE_ENUMS_HPP
14#define IOX2_NODE_FAILURE_ENUMS_HPP
15
16#include <cstdint>
17
18namespace iox2 {
31
33enum class NodeListFailure : uint8_t {
41};
42
53
71
72} // namespace iox2
73
74#endif
@ 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.