# IMQRPCError.message property · @imqueue/rpc

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

Human-readable failure description.

**Signature:**

```typescript
message: string;
```

## Remarks

Framework-generated messages name the service and method. For a method failure it is the thrown value's `message` copied verbatim, so throwing a non-`Error` leaves this absent from the delivered message.

