GraphError

public enum GraphError: ErrorType

Errors related to the Graph protocol.

  • .VertexAlreadyPresent: Error due to a vertex already being in the graph.
  • .VertexNotPresent: Error due to a vertex not being in the graph.
  • .EdgeNotPresent: Error due to an edge not being in the graph.
  • Undocumented

    Declaration

    Swift

    public enum GraphError: ErrorType
  • Undocumented

    Declaration

    Swift

    public enum GraphError: ErrorType