LLMProxy.Protocol.Request.Error (llm_proxy v0.1.0)

Copy Markdown View Source

Structured request-parse error returned by protocol request boundary parsers.

Summary

Types

t()

@type t() :: %LLMProxy.Protocol.Request.Error{code: String.t(), message: String.t()}

Functions

new(code, message)

@spec new(String.t(), String.t()) :: t()