HTTP.EventSource.Event.Error (http_event_source v0.10.0)

View Source

Browser-compatible EventSource error event.

Summary

Types

t()

@type t() :: %HTTP.EventSource.Event.Error{
  reason: term(),
  target: HTTP.EventSource.t() | nil,
  type: String.t()
}