Donut Errors
:donut.error/schema-validation-error
donut.error/validate!
uses malli to for validation. See the malli docs for more information on interpreting malli schema errors.
:donut.system/invalid-system
See your first system for a description of how to structure your system mpa.
:donut.system.validation/invalid-component-config
Your system is using the validation plugin to validate component configurations with a malli schema, and a component configuration was invalid.
See the malli docs for more information on interpreting malli schema errors.
:donut.system.validation/invalid-instance
Your system is using the validation plugin to validate component instances with a malli schema, and a component instance was invalid.
See the malli docs for more information on interpreting malli schema errors.