Eventful.Error (eventful v3.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Eventful.Error{
  code: atom(),
  data: map() | String.t(),
  message: String.t() | atom() | map()
}