mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 10:26:30 +00:00
working startup
This commit is contained in:
7
src/errors.rs
Normal file
7
src/errors.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Error {
|
||||
SocketError,
|
||||
ClientDisconneted,
|
||||
ClientBadStartup,
|
||||
ProtocolSyncError,
|
||||
}
|
||||
Reference in New Issue
Block a user