Exception: OpenObserve::Client::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/openobserve/client/error.rb

Overview

The single error surface of the gem. Every failure — configuration, business validation, or a wrapped openobserve-api transport error — is raised as (a subclass of) OpenObserve::Client::Error, so callers never have to rescue transport classes directly. When wrapping a transport error, the original is preserved as #cause.

Direct Known Subclasses

Conflict, Forbidden, NotFound, Unauthorized