strong-error-handler/lib
Miroslav Bajtoš 7b61bcd541
[SEMVER-MAJOR] Reword log messages for clarity
Before this commit, we logged messages saying "unhandled error". This
was often creating confusion for our users, it seems like the error
was not handled at all, when in fact it was caught by the configured
error handler and converted into a proper HTTP error response.

In this commit, I am changing the messaging to use "request failed"
instead.

While this change is not affecting application developers, it may
break tooling processing logs if the tool relies on a specific format
of error messages. To be safe, I am labelling this change as breaking.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-10-12 09:56:56 +02:00
..
clone.js chore: update eslint & config to latest 2019-10-12 09:44:54 +02:00
content-negotiation.js chore: update eslint & config to latest 2019-10-12 09:44:54 +02:00
data-builder.js chore: update eslint & config to latest 2019-10-12 09:44:54 +02:00
handler.js feat: add options.rootProperty for json/xml 2020-06-23 10:05:24 -07:00
logger.js [SEMVER-MAJOR] Reword log messages for clarity 2020-10-12 09:56:56 +02:00
send-html.js feat: add options.rootProperty for json/xml 2020-06-23 10:05:24 -07:00
send-json.js feat: add options.rootProperty for json/xml 2020-06-23 10:05:24 -07:00
send-xml.js feat: add options.rootProperty for json/xml 2020-06-23 10:05:24 -07:00