Package io.a2a.spec

Class UnsupportedOperationError

All Implemented Interfaces:
A2AError, Event, Serializable

public class UnsupportedOperationError extends JSONRPCError
See Also:
  • Field Details

    • DEFAULT_CODE

      public static final Integer DEFAULT_CODE
  • Constructor Details

    • UnsupportedOperationError

      public UnsupportedOperationError(Integer code, String message, Object data)
    • UnsupportedOperationError

      public UnsupportedOperationError()