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