ExMCP.Error.ProtocolError exception (ex_mcp v1.0.0-rc.8)

Copy Markdown View Source

Errors related to MCP protocol violations.

Summary

Types

t()

@type t() :: %ExMCP.Error.ProtocolError{
  __exception__: true,
  code: integer(),
  data: any(),
  message: String.t()
}