Skip to main content

Module error

Module error 

Source
Expand description

Error type for rust-igraph.

Mirrors the most-used variants of igraph_error_t from the C core, with room to grow. Numeric error codes from include/igraph_error.h are kept as a separate enum so existing igraph-C tests can be reproduced precisely.

Enums§

IgraphError
All errors returned from rust-igraph.

Type Aliases§

IgraphResult
Convenience alias for Result<T, IgraphError>.