Lack of descriptive message when adding an incorrect schema manifest #4324
Labels
error handling
Improving the ways errors are reported to users
Module: Frontend
These issues involve working on HTML, CSS, and JavaScript code that affects the user interface.
Type: Bug
Issues related to software defects or unexpected behavior, which require resolution.
wikibase
Related to wikidata/wikibase integration
Milestone
To Reproduce
Steps to reproduce the behavior:
Current Results
The error "Invalid Wikibase manifest." appears in red letters.
Expected Behavior
A more descriptive error would help narrow down and fix the mistakes.
Screenshots
Versions
Datasets
Extract:
{
"version": "1.0",
"mediawiki": {
"name": "Wikimedia Commons",
"root": "https://commons.wikimedia.org/wiki",
"main_page": "https://commons.wikimedia.org/wiki/Main_Page",
"api": "https://commons.wikimedia.org/w/api.php"
},
//..
"wikibase": {
"site_iri": "https://commons.wikimedia.org/entity",
"maxlag": 5,
"properties": {
"instance_of": "P31",
"subclass_of": "P279",
}
}
Additional context
n/a
The text was updated successfully, but these errors were encountered: