ErrorCodes.h File
Canonical framework error codes used by SessionReport and PullError. More...
Included Headers
#include <string_view>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | error_codes |
Description
Canonical framework error codes used by SessionReport and PullError.
File Listing
The file content with the documentation metadata removed is:
10namespace simaai::neat::error_codes {
19inline constexpr const char* kPipelineShape = "misconfig.pipeline_shape";
21inline constexpr const char* kInputShape = "misconfig.input_shape";
24inline constexpr const char* kParseLaunch = "build.parse_launch";
25inline constexpr const char* kRuntimePull = "runtime.pull";
32inline constexpr const char* kDispatcherUnavailable = "infra.dispatcher_unavailable";
34inline constexpr const char* kDispatcherUnavailableLegacy = "DispatcherUnavailable";
36inline bool is_dispatcher_unavailable(std::string_view code) {
37 return code == kDispatcherUnavailable || code == kDispatcherUnavailableLegacy;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.