stevedlawrence commented on code in PR #1191:
URL: https://github.com/apache/daffodil/pull/1191#discussion_r1541548271
##########
daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala:
##########
@@ -901,7 +901,7 @@ object Main {
val BadExternalVariable = Value(33)
val UserDefinedFunctionError = Value(34)
val UnableToCreateProcessor = Value(35)
- val LayerExecutionError = Value(36)
+ val LayerExecutionError = Value(36) // TODO: remove if remains unused.
Review Comment:
Maybe fatal errors end up converted into a LayerExecutionError?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]