# `Common.Message.ResponseEventError`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L11684)

# `t`

```elixir
@type t() :: %Common.Message.ResponseEventError{
  reason: Common.Types.mav_event_error_reason(),
  sequence: XMAVLink.Types.uint16_t(),
  sequence_oldest_available: XMAVLink.Types.uint16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

Response to a REQUEST_EVENT in case of an error (e.g. the event is not available anymore).

---

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