Back to Incubator Kie Drools

Validation Messages Reference

kie-dmn/kie-dmn-validation/ValidationReference.md

10.2.01.8 KB
Original Source
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Validation Messages Reference

TypeDescriptionLifecycleExample messages
INVALID_NAMEThe listed name is not a valid FEEL identifiercompilationInvalid name '%s': %s
INVALID_SYNTAXInvalid FEEL syntax on the referenced expressioncompilation, runtime%s: invalid syntax
REQ_NOT_FOUNDThe referenced node was not foundcompilationRequired input '%s' not found on node '%s'
Required Decision '%s' not found on node '%s'
Required Business Knowledge Model '%s' not found on node '%s'
TYPE_REF_NOT_FOUNDthe listed type reference could not be resolvedcompilationType reference '%s' not found on node '%s'
TYPE_DEF_NOT_FOUNDthe listed type definition was not foundcompilationNo '%s' type definition found on node '%s'
No '%s' type definition found for element '%s' on node '%s'
UNSUPPORTED_ELEMENTThe referenced element is not supported by the implementationcompilationElement %s with type='%s' is not supported.