choko
choko copied to clipboard
Log/throw errors on missing and wrong properties
We need a mechanism to log and/or throw errors/warnings when something required is not set. E.g.:
- Missing
keyProperty
or aname
field, or field inkeyProperty
doesn't exist - Field whose type doesn't exist
- Missing extensions (there are something for this already)