Edge Type Does Not Have a Vector Type as Its From Source
Erroneous Code Example
This error occurs when you try to use an edge in a context that requires theFrom type to be a vector type, but the edge’s From type is not a vector.
Solution
Set theFrom type of the edge to a vector type.