//! Various errors and their conversions for Hacker News API interactions.
use Error;
use crateHackerNewsItemType;
/// A generic result type mapping downstream errors to their library equivalents.
pub type HackerNewsResult<T> = ;
/// Exported types for handling internal errors with the client.