use Error;
/// Errors from [`GcsStore`](crate::GcsStore) construction.
///
/// These represent configuration and SDK initialization failures that happen
/// at startup — before any tus request is processed. Once the store is built,
/// all runtime errors go through [`TusError`](fileloft_core::error::TusError).