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