Expand description
Error types for Waypoint operations.
Enums§
- Waypoint
Error - All error types that Waypoint operations can produce.
Functions§
- format_
db_ error - Extract the full error message from a tokio_postgres::Error, including the underlying DbError details that Display hides.
Type Aliases§
- Result
- Convenience type alias for
Result<T, WaypointError>.