XmtpElixirSdk.BrowserShim.Action.StreamError (xmtp_elixir_sdk v0.1.2)

Copy Markdown

A streamed error emitted by the browser shim.

Summary

Types

t()

@type t() :: %XmtpElixirSdk.BrowserShim.Action.StreamError{
  action: String.t(),
  error: term(),
  streamId: String.t()
}