Ticket #16 (closed defect: worksforme)
Error codes for SPARQL
| Reported by: | http://astro.pip.verisignlabs.com/ | Owned by: | phil |
|---|---|---|---|
| Priority: | minor | Milestone: | RDFAlchemy 0.2 |
| Component: | rdfAlchemy | Keywords: | |
| Cc: |
Description
all errors in parsing (like prefix not found etc) throw a genaric HTTPError with error code 400.
These should be turned into the relevent python exception classes for both sesame and joseki error pages should be using
class MalformedQueryError(SPARQLError): """Query Syntax Error for SPARQL RDQL etc""" class QueryEvaluationError(SPARQLError): """Query Evaluation Error reported by Server"""
errors
Change History
Note: See
TracTickets for help on using
tickets.
