Expand description
Error types for Grafeo operations.
Error is the main error type you’ll encounter. For query-specific errors,
QueryError includes source location and hints to help users fix issues.
Structs§
- Query
Error - A query error with source location and helpful hints.
- Source
Span - A span in the source code.
Enums§
- Error
- The main error type - covers everything that can go wrong in Grafeo.
- Query
Error Kind - The kind of query error.
- Storage
Error - Storage-specific errors.
- Transaction
Error - Transaction-specific errors.
Type Aliases§
- Result
- A type alias for
Result<T, Error>.