# IMQRPCError.args property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqrpcerror.args/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

The call's arguments serialized as a pretty-printed JSON string, not an array — parse it before use.

**Signature:**

```typescript
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](https://imqueue.org/api/rpc/latest/rpc.imqrpcerror.original/).

