eiri commented on issue #1051: Couch return unknown_error / function_clause 
when create a user with non-string password
URL: https://github.com/apache/couchdb/issues/1051#issuecomment-381972442
 
 
   Exit reason `function_clause` is a pretty generic erlang error, meaning that 
no matching function clause was found when evaluating a function call. It could 
be thrown from any part of CouchDB and error 500 with `unknown_error` is just 
`chttpd`'s error wrapper for all generic failures on a server side. 
   
   It's impossible to tell what went wrong just by this gist, try to raise this 
with Cloudant's support next time you'll get this error and provide them 
account, database name and ref number, so they can trace the error in the 
server side logs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to