Skip to main content

Module error

Module error 

Source
Expand description

Error types for Graphos.

Structs§

QueryError
Query-specific errors.
SourceSpan
A span in the source code.

Enums§

Error
The main error type for Graphos operations.
QueryErrorKind
The kind of query error.
StorageError
Storage-specific errors.
TransactionError
Transaction-specific errors.

Type Aliases§

Result
A type alias for Result<T, Error>.