//! The crate-root error type, unifying every service module's errors.
use crateAuthError;
use crateCoreError;
/// The top-level error type for `firebase-admin`.
///
/// As additional Firebase services are added, each gets its own module error
/// type and a corresponding variant here — existing variants are never
/// restructured.