Github user kxepal commented on the issue:

    https://github.com/apache/couchdb-couch/pull/229
  
    For map functions errors we return the response in the following format:
    ```
    {"total_rows":14,"offset":0,"rows":[
    {"key":1,"error":"not_found"}
    ]}
    ```
    
    It's hard to mismatch it or misinterpreter - you have to handle these 
errors somehow or crash. You cannot ignore them. I suggest to follow the same 
strategy in this case as well.


---
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