IMQRPCError.args property
The call's arguments serialized as a pretty-printed JSON string, not an array — parse it before use.
Signature:
args: string;
Remarks
This embeds every argument value in the error, which is also written to the service log, so treat it as potentially sensitive. Serialization of this field is not guarded: constructing an error throws if args is not JSON-serializable, unlike IMQRPCError.original.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.