//! Possible errors returned by the CI broker library.
//!
//! Each module has its own error type, this module collects them
//! together into a unified type, for callers who don't care to handle
//! module errors in specific ways.
use std::path::PathBuf;