agentle.agents.a2a.models.json_rpc_errorΒΆ

A2A JSON-RPC Error Model

This module defines the JSONRPCError class, which represents error information in JSON-RPC responses within the A2A protocol. It provides structured error reporting for API calls.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

JSONRPCError(*, code, message[, data])

Represents error information in JSON-RPC responses.