Skip to content

Commit

Permalink
Add update exception for incorrect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensuo committed Jun 11, 2024
1 parent 2ec3600 commit 8b66a0b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,8 @@ Exceptions:

** The number of nodes in the graph does not match.
** The number of edges between nodes does not match.
** Any node in `source` has a dependency which does not matched the paired node
in the target graph.

* Throws synchronously with error code `invalid` if `source` contains any node
which is not of the following `node_type`s:
Expand Down

0 comments on commit 8b66a0b

Please sign in to comment.