pub type AccountFetchError = Box<dyn Error + Sync + Send>;
Generic error type that can come out of any client while fetching account data
pub struct AccountFetchError(/* private fields */);