We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a671e commit 641d9b1Copy full SHA for 641d9b1
stub/include/neurala/error/B4BError.h
@@ -40,6 +40,7 @@ struct B4BError
40
static constexpr B4BError unsupportedBrainVersion() { return {6}; }
41
static constexpr B4BError notFound() { return {7}; }
42
static constexpr B4BError unsupportedQuantizationBackbone() { return {8}; }
43
+ static constexpr B4BError invalidZipArchive() { return {9}; }
44
45
constexpr operator int() const noexcept { return m_value; }
46
0 commit comments