mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
9 lines
153 B
Rust
9 lines
153 B
Rust
#[derive(Debug, PartialEq)]
|
|
pub enum Error {
|
|
SocketError,
|
|
// ClientDisconnected,
|
|
ClientBadStartup,
|
|
ProtocolSyncError,
|
|
ServerError,
|
|
}
|