Exception: Ollama::Errors::SocketError
- Defined in:
- lib/ollama/errors.rb
Overview
Ollama error class for handling socket errors when communicating with the Ollama API.
This exception is raised when a socket-level error occurs while attempting to connect to or communicate with the Ollama API. It inherits from Ollama::Errors::Error and provides specific handling for network-related issues that prevent successful API communication.