Looks like some error objects coming from Flowdock are actually strings,
so something like err.message will evaluate to undefined, and the
logs will make little sense.
This is a real Flowdock response, as an example:
"threadDetails": {
"err": "Cannot email a thread without a message."
}
Looks like some error objects coming from Flowdock are actually strings, so something like
err.message
will evaluate toundefined
, and the logs will make little sense.This is a real Flowdock response, as an example:
Change-type: patch