Optional
errors?: Record<string, string[]>Whether or not the configs is valid.
Optional
warnings?: Record<string, string[]>Warnings. This does not affect valid
status.
Keys are group / question / choice ids, values are warning messages.
If key is an empty string, that means the warning is related to the form itself.
Errors of invalid configs.
Keys are group / question / choice ids, values are error messages.
If key is an empty string, that means the error is related to the form itself.