scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
358 stars 83 forks source link

Formalize gremlin error passing #128

Open mhluongo opened 12 years ago

mhluongo commented 12 years ago

Right now, error passing between the GremlinPlugin and neo4django is done case-by-case and often involves magic strings. Come up with a more general, descriptive approach to help with issues like #62.