effect-io-ai

Package: effect
Module: Graph

Graph.GraphError

Error thrown by graph operations when the requested graph structure is invalid, such as referencing a missing node or using unsupported edge weights.

When to use

Use when handling failures thrown by graph operations that reject invalid graph structure or unsupported algorithm inputs.

Signature

declare class GraphError

Source

Since v3.18.0