Skip to content

Commit 8c680f8

Browse files
committed
Forgot to commit new error module
1 parent 1800762 commit 8c680f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rustygear/src/error.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Each gearman server defines its own error codes. So these are specific to rustygear
2+
pub enum RustygearServerError {
3+
InvalidPacket = 1,
4+
InvalidClientId = 2,
5+
}

0 commit comments

Comments
 (0)