Skip to content

Commit 641d9b1

Browse files
authored
invalidZipArchive error code (#63)
1 parent 35a671e commit 641d9b1

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
@@ -40,6 +40,7 @@ struct B4BError
4040
static constexpr B4BError unsupportedBrainVersion() { return {6}; }
4141
static constexpr B4BError notFound() { return {7}; }
4242
static constexpr B4BError unsupportedQuantizationBackbone() { return {8}; }
43+
static constexpr B4BError invalidZipArchive() { return {9}; }
4344

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

0 commit comments

Comments
 (0)