Module: Ollama::Errors

Defined in:
lib/ollama/errors.rb

Overview

A module that groups together various error classes used by the Ollama client.

This module serves as a namespace for custom exception types that are raised when errors occur during interactions with the Ollama API, providing more specific information about the nature of the problem.

Defined Under Namespace

Classes: Error, NotFoundError, SocketError, TimeoutError