LemonCliRunners.CodexSchema.StreamError (lemon_cli_runners v0.1.0)

View Source

Stream-level error or notice

Summary

Types

t()

@type t() :: %LemonCliRunners.CodexSchema.StreamError{
  message: String.t(),
  type: :error
}