The default error handler for the AzureFunctionsHttp adapter.
It logs the error, derives a status code from the (typed) error, negotiates JSON vs plain text
from the Accept header, and fills the raw-response builder — staying fully Web-standard, no
Node-only content-negotiation libraries.
The default error handler for the AzureFunctionsHttp adapter.
It logs the error, derives a status code from the (typed) error, negotiates JSON vs plain text from the
Acceptheader, and fills the raw-response builder — staying fully Web-standard, no Node-only content-negotiation libraries.