getWarningAndErrors method
Implementation
@override
EditorWarningAndErrorsEntity getWarningAndErrors(
ID nodeID,
BuildContext context,
) {
return EditorWarningAndErrorsEntity(errors: [
EditorErrorEntity(
message: 'Action not set',
nodeID: nodeID,
),
]);
}