Skip to content

Commit 35a671e

Browse files
authored
Add QZ backbone error (#62)
1 parent c8a000e commit 35a671e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stub/include/neurala/error/B4BError.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ struct B4BError
3939
static constexpr B4BError unsupportedAction() { return {5}; }
4040
static constexpr B4BError unsupportedBrainVersion() { return {6}; }
4141
static constexpr B4BError notFound() { return {7}; }
42+
static constexpr B4BError unsupportedQuantizationBackbone() { return {8}; }
4243

4344
constexpr operator int() const noexcept { return m_value; }
4445

0 commit comments

Comments
 (0)