Skip to main content

Module error

Module error 

Source
Expand description

Error types for Waypoint operations.

Enums§

WaypointError
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>.