# IMQRPCError.stack property · @imqueue/rpc

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

Stack trace as a string, from the service process. Empty string rather than absent when unavailable.

**Signature:**

```typescript
stack: string;
```

## Remarks

For pre-dispatch failures it is captured at the framework check and points into the service internals, not into application code; for a method failure it is the thrown error's own stack.

