Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions stub/include/neurala/error/B4BError.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct B4BError
static constexpr B4BError unsupportedBrainVersion() { return {6}; }
static constexpr B4BError notFound() { return {7}; }
static constexpr B4BError unsupportedQuantizationBackbone() { return {8}; }
static constexpr B4BError invalidZipArchive() { return {9}; }

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

Expand Down