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