zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

fix execution success code, return error if request failed #25

Closed vojtechmusilek closed 2 years ago

vojtechmusilek commented 2 years ago

Stardog is returning errors with http code 200 but Oxigraph is returning them with code 400.

When request fails it will show error message and if response has body it shows also that. Also fixed execution success code for Stardog so it shows red cross instead of green checkmark on error.