Expand description
Error types for pgwire-replication.
All errors in this crate are represented by PgWireError, which covers:
- I/O errors (network, file system)
- Protocol errors (malformed messages, unexpected responses)
- Server errors (PostgreSQL error responses)
- Authentication errors (wrong password, unsupported method)
- TLS errors (handshake failure, certificate issues)
- Task errors (worker panics, unexpected termination)
Enums§
- PgWire
Error - Error type for all pgwire-replication operations.
Type Aliases§
- Result
- Result type alias for pgwire-replication operations.