Sha256: 55775ffdf3fd783d3c6eef19f8268e0a59e59a17194e83af3d06778fa23d2928

Contents?: true

Size: 657 Bytes

Versions: 5

Compression:

Stored size: 657 Bytes

Contents

module Durable
  module Llm
    class Error < StandardError; end

    class APIError < Error; end

    class RateLimitError < Error; end

    class AuthenticationError < Error; end

    class InvalidRequestError < Error; end

    class ResourceNotFoundError < Error; end

    class TimeoutError < Error; end

    class ServerError < Error; end

    class UnsupportedProviderError < Error; end

    class ConfigurationError < Error; end

    class ModelNotFoundError < Error; end

    class InsufficientQuotaError < Error; end

    class InvalidResponseError < Error; end

    class NetworkError < Error; end

    class StreamingError < Error; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
durable-llm-0.1.4 lib/durable/llm/errors.rb
durable-llm-0.1.3 lib/durable/llm/errors.rb
durable-llm-0.1.2 lib/durable/llm/errors.rb
durable-llm-0.1.1 lib/durable/llm/errors.rb
durable-llm-0.1.0 lib/durable/llm/errors.rb