Module error

Source
Expand description

Error types for PostgreSQL vector storage

Enums§

PostgresError
PostgreSQL-specific error types

Traits§

PostgresResultExt
Helper trait for converting results

Functions§

index_creation_error
Helper function to create an index creation error
is_connection_error
Helper function to check if error is related to connection issues
is_pgvector_missing_error
Helper function to check if error is related to missing pgvector extension
is_table_not_found_error
Helper function to check if error is related to table not existing
pgvector_extension_error
Helper function to create a pgvector extension error
table_not_found_error
Helper function to create a table not found error

Type Aliases§

PostgresResult
Result type for PostgreSQL operations