# `Daraja.Express.Response.Error`
[🔗](https://github.com/okothkongo/daraja/blob/v0.1.1/lib/daraja/express/response.ex#L28)

Returned when Safaricom rejects the STK Push request.

# `t`

```elixir
@type t() :: %Daraja.Express.Response.Error{
  error_code: String.t(),
  error_message: String.t(),
  request_id: String.t()
}
```

---

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