#[derive(thiserror::Error, Debug)]
#[error("Couldn't reach the requested endpoint inside retry limit")]
pub struct ConnectionError;
#[derive(thiserror::Error, Debug)]
#[error("Attempted a write operation on a read only endpoint")]
pub struct ReadOnlyError;