Add validation of library plugin id and better error reporting

This commit is contained in:
Nick O'Leary
2021-02-19 14:39:42 +00:00
parent c2347076f4
commit 6f9e06e78d
2 changed files with 7 additions and 1 deletions

View File

@@ -93,7 +93,8 @@
"unknownLibrary": "Unknown library: __library__",
"unknownType": "Unknown library type: __type__",
"readOnly": "Library __library__ is read-only",
"failedToInit": "Failed to initialise __library__: __error__"
"failedToInit": "Failed to initialise library __library__: __error__",
"invalidProperty": "Invalid property __prop__: '__value__'"
},
"nodes": {
"credentials": {