Hello, I'm using a ScriptedTransformRecord (Nifi 1.12.1) and sometimes when an error arise in the reader its expected according the documentation the attribute record.error.message is setted but this doesn't happen.
In the source code (https://github.com/apache/nifi/blob/632fbcca7d7e028c4526ab2b643c6b83cfadef99/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedTransformRecord.java) I see the attribute declared (@WritesAttribute(attribute = "record.error.message", description = "This attribute provides on failure the error message encountered by the Reader or Writer.") but not used in the code. Any ideas? Thanks. Carlos
