Skip to content

datarobot_genai.drmcp.core.exceptions

exceptions

DynamicToolRegistrationError

Bases: Exception

Exception raised for errors in the dynamic tool registration process.

Source code in datarobot_genai/drmcp/core/exceptions.py
class DynamicToolRegistrationError(Exception):
    """Exception raised for errors in the dynamic tool registration process."""

DynamicPromptRegistrationError

Bases: Exception

Exception raised for errors in the dynamic prompt registration process.

Source code in datarobot_genai/drmcp/core/exceptions.py
class DynamicPromptRegistrationError(Exception):
    """Exception raised for errors in the dynamic prompt registration process."""