Package io.a2a.spec

Class ContentTypeNotSupportedError

All Implemented Interfaces:
A2AError, Event, Serializable

public class ContentTypeNotSupportedError extends JSONRPCError
An A2A-specific error indicating an incompatibility between the requested content types and the agent's capabilities.
See Also:
  • Field Details

    • DEFAULT_CODE

      public static final Integer DEFAULT_CODE
  • Constructor Details

    • ContentTypeNotSupportedError

      public ContentTypeNotSupportedError(Integer code, String message, Object data)