iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
notifier_error.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_NOTIFIER_ERROR_HPP
14
#define IOX2_NOTIFIER_ERROR_HPP
15
16
#include <cstdint>
17
18
namespace
iox2
{
21
enum class
NotifierCreateError
: uint8_t {
25
ExceedsMaxSupportedNotifiers
,
28
FailedToDeployThreadsafetyPolicy
,
30
UnableToCreatePortTag
,
31
};
32
34
enum class
NotifierNotifyError
: uint8_t {
38
EventIdOutOfBounds
,
42
MissedDeadline
,
45
UnableToAcquireElapsedTime
,
46
};
47
48
}
// namespace iox2
49
50
#endif
iox2
Definition
active_request.hpp:26
iox2::NotifierNotifyError
NotifierNotifyError
Defines the failures that can occur while a [Notifier::notify()] call.
Definition
notifier_error.hpp:34
iox2::NotifierNotifyError::EventIdOutOfBounds
@ EventIdOutOfBounds
iox2::NotifierNotifyError::MissedDeadline
@ MissedDeadline
iox2::NotifierNotifyError::UnableToAcquireElapsedTime
@ UnableToAcquireElapsedTime
iox2::ClientCreateError::FailedToDeployThreadsafetyPolicy
@ FailedToDeployThreadsafetyPolicy
iox2::ClientCreateError::UnableToCreatePortTag
@ UnableToCreatePortTag
The tracking port tag, required for cleanup, could not be created.
iox2::NotifierCreateError
NotifierCreateError
Definition
notifier_error.hpp:21
iox2::NotifierCreateError::ExceedsMaxSupportedNotifiers
@ ExceedsMaxSupportedNotifiers
iox2
notifier_error.hpp
Generated by
1.9.8