iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
error_kind.hpp
Go to the documentation of this file.
1// Copyright (c) 2023 by Apex.AI Inc. All rights reserved.
2// Copyright (c) 2025 Contributors to the Eclipse Foundation
3//
4// See the NOTICE file(s) distributed with this work for additional
5// information regarding copyright ownership.
6//
7// This program and the accompanying materials are made available under the
8// terms of the Apache Software License 2.0 which is available at
9// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
10// which is available at https://opensource.org/licenses/MIT.
11//
12// SPDX-License-Identifier: Apache-2.0 OR MIT
13
14#ifndef IOX2_BB_REPORTING_ERROR_REPORTING_CUSTOM_ERROR_KIND_HPP
15#define IOX2_BB_REPORTING_ERROR_REPORTING_CUSTOM_ERROR_KIND_HPP
16
18
19// ***
20// * Extend error kinds
21// ***
22
23namespace iox2 {
24namespace legacy {
25namespace er {
26
27// The non-fatal error kinds can all be defined here.
28
30 static constexpr char const* name = "Runtime Error";
31};
32
34
35} // namespace er
36} // namespace legacy
37} // namespace iox2
38
39#endif // IOX2_BB_REPORTING_ERROR_REPORTING_CUSTOM_ERROR_KIND_HPP
constexpr RuntimeErrorKind RUNTIME_ERROR
static constexpr char const * name