Page MenuHomePhabricator

RDF: Design an error handling concept for RDF module
Closed, InvalidPublic

Description

Errors that come from the Redland libraries are not delegated to the caller of the C++ wrapper methods.

Such errors occur during importing files to RdfStore (e.g. file with invalid syntax) or before/during query execution (e.g. malformed query). They are just printed out to console.