Ticket #16 (closed defect: worksforme)

Opened 9 months ago

Last modified 7 months ago

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

Changed 7 months ago by http://openvest.myopenid.com/

  • status changed from new to closed
  • resolution set to worksforme

Status is set to worksforme. Made changes to get the proper return for Sesame and jena.

Tickets for this should now be submitted with exact query and endpoint being used.

Note: See TracTickets for help on using tickets.