Skip to main content

error_codes Namespace

Definition

namespace simaai::neat::error_codes { ... }

Functions Index

boolis_dispatcher_unavailable (std::string_view code)

Variables Index

constexpr const char *kPipelineShape = "misconfig.pipeline_shape"
constexpr const char *kCaps = "misconfig.caps"
constexpr const char *kInputShape = "misconfig.input_shape"
constexpr const char *kParseLaunch = "build.parse_launch"
constexpr const char *kRuntimePull = "runtime.pull"
constexpr const char *kIoParse = "io.parse"
constexpr const char *kIoOpen = "io.open"
constexpr const char *kDispatcherUnavailable = "infra.dispatcher_unavailable"
constexpr const char *kDispatcherUnavailableLegacy = "DispatcherUnavailable"

Functions

is_dispatcher_unavailable()

bool simaai::neat::error_codes::is_dispatcher_unavailable (std::string_view code)
inline

Definition at line 36 of file ErrorCodes.h.

36inline bool is_dispatcher_unavailable(std::string_view code) {
38}

Variables

kCaps

constexpr const char* simaai::neat::error_codes::kCaps = "misconfig.caps"
constexpr

Definition at line 20 of file ErrorCodes.h.

20inline constexpr const char* kCaps = "misconfig.caps";

kDispatcherUnavailable

constexpr const char* simaai::neat::error_codes::kDispatcherUnavailable = "infra.dispatcher_unavailable"
constexpr

Definition at line 32 of file ErrorCodes.h.

32inline constexpr const char* kDispatcherUnavailable = "infra.dispatcher_unavailable";

kDispatcherUnavailableLegacy

constexpr const char* simaai::neat::error_codes::kDispatcherUnavailableLegacy = "DispatcherUnavailable"
constexpr

Definition at line 34 of file ErrorCodes.h.

34inline constexpr const char* kDispatcherUnavailableLegacy = "DispatcherUnavailable";

kInputShape

constexpr const char* simaai::neat::error_codes::kInputShape = "misconfig.input_shape"
constexpr

Definition at line 21 of file ErrorCodes.h.

21inline constexpr const char* kInputShape = "misconfig.input_shape";

kIoOpen

constexpr const char* simaai::neat::error_codes::kIoOpen = "io.open"
constexpr

Definition at line 29 of file ErrorCodes.h.

29inline constexpr const char* kIoOpen = "io.open";

kIoParse

constexpr const char* simaai::neat::error_codes::kIoParse = "io.parse"
constexpr

Definition at line 28 of file ErrorCodes.h.

28inline constexpr const char* kIoParse = "io.parse";

kParseLaunch

constexpr const char* simaai::neat::error_codes::kParseLaunch = "build.parse_launch"
constexpr

Definition at line 24 of file ErrorCodes.h.

24inline constexpr const char* kParseLaunch = "build.parse_launch";

kPipelineShape

constexpr const char* simaai::neat::error_codes::kPipelineShape = "misconfig.pipeline_shape"
constexpr

Definition at line 19 of file ErrorCodes.h.

19inline constexpr const char* kPipelineShape = "misconfig.pipeline_shape";

kRuntimePull

constexpr const char* simaai::neat::error_codes::kRuntimePull = "runtime.pull"
constexpr

Definition at line 25 of file ErrorCodes.h.

25inline constexpr const char* kRuntimePull = "runtime.pull";

The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.