AFTER_HOOK_ERROR variable
Prefix used when logging a failure inside an afterCall hook.
Signature:
AFTER_HOOK_ERROR = "After call hook error:"
Remarks
The hook always runs after the response has been sent (service side) or after the call promise has settled (client side), so a throwing after-hook cannot change the call's outcome. It is a log prefix, not an IMQRPCError.code value.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.