Package: effect
Module: Graph
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
Since v3.18.0