mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 17:36:28 +00:00
7 lines
131 B
Rust
7 lines
131 B
Rust
|
|
#[derive(Debug, PartialEq)]
|
||
|
|
pub enum Error {
|
||
|
|
SocketError,
|
||
|
|
ClientDisconneted,
|
||
|
|
ClientBadStartup,
|
||
|
|
ProtocolSyncError,
|
||
|
|
}
|