Adaptyst
A comprehensive and architecture-agnostic performance analysis tool
Loading...
Searching...
No Matches
inject_errors.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 CERN
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#ifndef ADAPTYST_INJECT_ERRORS_H_
5#define ADAPTYST_INJECT_ERRORS_H_
6
7#define ADAPTYST_INJECT_OK 0
8#define ADAPTYST_INJECT_ERR_MISSING_RUNTIME_INFO 1
9#define ADAPTYST_INJECT_ERR_INVALID_RUNTIME_INFO 2
10#define ADAPTYST_INJECT_EXCEPTION 3
11#define ADAPTYST_INJECT_ERR_INVALID_REPLY 4
12#define ADAPTYST_INJECT_ERR_NOT_INITIALISED 5
13#define ADAPTYST_INJECT_WARN_NOT_ALL_MODULES_SUCCEEDED 6
14#define ADAPTYST_INJECT_ERR_TIMEOUT 7
15#define ADAPTYST_INJECT_ERR_REGION_NOT_FOUND 8
16#define ADAPTYST_INJECT_ERR_REGION_ALREADY_STARTED 9
17#define ADAPTYST_INJECT_ERR_INVALID_REGION_STATE 10
18#define ADAPTYST_INJECT_ERR_REGION_IN_DIFFERENT_UNIT 11
19
20#endif