# tinker_cookbook.exceptions.RendererError ## *class* [**tinker_cookbook.exceptions.RendererError**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/exceptions.py#L120)(*[TinkerCookbookError](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/exceptions/tinkercookbookerror/index.md), ValueError*) An error related to renderer configuration or rendering. Raised when a renderer cannot be found, messages cannot be rendered into a model prompt, or a response cannot be parsed back into messages. Inherits from `ValueError` for backward compatibility.