Uses of Enum Class
com.mulesoft.connectors.mcp.internal.error.McpErrorTypes
Packages that use McpErrorTypes
-
Uses of McpErrorTypes in com.mulesoft.connectors.mcp.internal
Methods in com.mulesoft.connectors.mcp.internal with parameters of type McpErrorTypesModifier and TypeMethodDescriptionstatic io.modelcontextprotocol.spec.McpSchema.JSONRPCResponseMcpUtils.rpcErrorResponse(io.modelcontextprotocol.spec.McpSchema.JSONRPCMessage originalMessage, McpErrorTypes errorType, String message) static io.modelcontextprotocol.spec.McpSchema.JSONRPCResponseMcpUtils.rpcErrorResponse(Object id, McpErrorTypes errorType, String message) -
Uses of McpErrorTypes in com.mulesoft.connectors.mcp.internal.error
Methods in com.mulesoft.connectors.mcp.internal.error that return McpErrorTypesModifier and TypeMethodDescriptionstatic McpErrorTypesMcpErrorTypes.fromRpcErrorCode(int errorCode) static McpErrorTypesReturns the enum constant of this class with the specified name.static McpErrorTypes[]McpErrorTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.