Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1467#discussion_r99649592
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
 ---
    @@ -118,6 +119,8 @@
         public final static String REQUEST_URL = "invokehttp.request.url";
         public final static String TRANSACTION_ID = "invokehttp.tx.id";
         public final static String REMOTE_DN = "invokehttp.remote.dn";
    +    public final static String EXCEPTION_CLASS = 
"invokehttp.java.exception";
    --- End diff --
    
    What do you think about adding an attribute for exception message as well? 
Might be useful in addition to the class name? 
``invokehttp.java.exception.message``?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to