# Is there any way to access the response or request object in a pipe? I want to attach error codes to request context to log it in access logs, etc.
# To atach error information, you could atach the info to the error you're about to throw, then parse it out n a filter