Skip to content

Commit 427bea0

Browse files
committed
Add all Status enum variants
Signed-off-by: Alex Snaps <[email protected]>
1 parent 89b48bd commit 427bea0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/types.rs

+6
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,16 @@ pub enum Status {
4444
Ok = 0,
4545
NotFound = 1,
4646
BadArgument = 2,
47+
SerializationFailure = 3,
4748
ParseFailure = 4,
49+
BadExpression = 5,
50+
InvalidMemoryAccess = 6,
4851
Empty = 7,
4952
CasMismatch = 8,
53+
ResultMismatch = 9,
5054
InternalFailure = 10,
55+
BrokenConnection = 11,
56+
Unimplemented = 12,
5157
}
5258

5359
#[repr(u32)]

0 commit comments

Comments
 (0)