Skip to content

Improve reporting of errors from libtracker-data

Sam Thursfield requested to merge sam/query-errors into master

Internal errors from SPARQL functions now include the name of the function in question, for easier debugging.

libtracker-sparql now converts TrackerDBInterfaceError into TrackerSparqlError before returning errors from public API.

An unused error code is also removed.

Merge request reports