# `Latch.Error.XRPC`

The PDS returned a non-2xx XRPC response.

# `t`

```elixir
@type t() :: %Latch.Error.XRPC{
  __exception__: term(),
  body: map(),
  status: pos_integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
