use StatusCode;
use Error;
/// The `WalrusError` enum represents all possible errors that can occur within the `walrus_rs` library.
///
/// It encapsulates HTTP request errors, URL parsing errors, API-specific errors, response parsing errors, and other general errors.