mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-24 09:46:29 +00:00
10 lines
169 B
Rust
10 lines
169 B
Rust
#[derive(Debug, PartialEq)]
|
|
pub enum Error {
|
|
SocketError,
|
|
ClientDisconnected,
|
|
ClientBadStartup,
|
|
ProtocolSyncError,
|
|
ServerError,
|
|
ServerTimeout,
|
|
}
|