case classOperatorStatus(isValid: Boolean, msg: Option[String]) extends Product with Serializable
This is the required return type for the onInputOrParameterChange function
in OperatorGUINode class. If the schemas of connected inputs or selected
parameters are invalid, this should be false, along with an optional message
about why this is false.
isValid
true if the operator is valid. false otherwise.
msg
An optional message that will show up in the UI. You can return a
message even if the operator is valid.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
This is the required return type for the onInputOrParameterChange function in OperatorGUINode class. If the schemas of connected inputs or selected parameters are invalid, this should be false, along with an optional message about why this is false.
true if the operator is valid. false otherwise.
An optional message that will show up in the UI. You can return a message even if the operator is valid.