Current section

Files

Jump to
opencode_sdk lib opencode generated message_output_length_error.ex
Raw

lib/opencode/generated/message_output_length_error.ex

defmodule OpenCode.Generated.MessageOutputLengthError do
@moduledoc """
Provides struct and type for a MessageOutputLengthError
"""
@type t :: %__MODULE__{data: map, name: String.t()}
defstruct [:data, :name]
@doc false
@spec __fields__(atom) :: keyword
def __fields__(type \\ :t)
def __fields__(:t) do
[data: :map, name: {:const, "MessageOutputLengthError"}]
end
end