# IMQRPCError.method property · @imqueue/rpc

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

Bare name of the method the call targeted, unqualified by service name. Empty string rather than absent when unknown.

**Signature:**

```typescript
method: string;
```

