Exception: Dolibarr::Client::Error

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

Overview

The single error surface of the gem. Every failure — configuration, business validation, or a wrapped dolibarr-api transport error — is raised as (a subclass of) Dolibarr::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

Forbidden, NotFound