An Azure service that provides an event-driven serverless compute platform.
@Rishabh Jain Only the HTTP Trigger has a request/response style paradigm. For other types of triggers, you can have output bindings to record the error like in a queue if you need to process them later.
In most cases, throwing an exception and logging should do the trick for debugging.