Sha256: fa05f6a84fb555e782f74d03801ba7eee84e49ee508fa2d63c882a02aa68cab4
Contents?: true
Size: 573 Bytes
Versions: 9
Compression:
Stored size: 573 Bytes
Contents
# frozen_string_literal: true module Typesense class Error < StandardError class MissingConfiguration < Error end class ObjectAlreadyExists < Error end class ObjectNotFound < Error end class ObjectUnprocessable < Error end class RequestMalformed < Error end class RequestUnauthorized < Error end class ServerError < Error end class HTTPStatus0Error < Error end class TimeoutError < Error end class NoMethodError < ::NoMethodError end class HTTPError < Error end end end
Version data entries
9 entries across 9 versions & 1 rubygems