HTTP.EventSource.Event.Error (http_event_source v0.10.0)
View SourceBrowser-compatible EventSource error event.
Summary
Types
@type t() :: %HTTP.EventSource.Event.Error{ reason: term(), target: HTTP.EventSource.t() | nil, type: String.t() }
Browser-compatible EventSource error event.
@type t() :: %HTTP.EventSource.Event.Error{ reason: term(), target: HTTP.EventSource.t() | nil, type: String.t() }