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