GraphErrors
public enum GraphErrors : Error
Errors that can be thrown during graph processing.
-
No matching edge was found.
Declaration
Swift
case edgeNotFound -
Visitors can throw this error when they would like search to immediately halt.
Declaration
Swift
case stopSearch -
Thrown when an unexpected cycle is detected.
Declaration
Swift
case cycleDetected
View on GitHub
GraphErrors Enumeration Reference