LogoRobo.js
Framework

RelationValidationError

Interface: RelationValidationError

Result of relation schema validation.

Properties

PropertyTypeDescription
fieldstringField with the error.
level?"error" | "warning"Error level: 'error' blocks, 'warning' logs but continues.
messagestringError message.
modelstringModel where the error was found.
suggestion?stringSuggested fix (if available).

On this page