Skip to main content

AccountFetchError

Type Alias AccountFetchError 

Source
pub type AccountFetchError = Box<dyn Error + Sync + Send>;
Expand description

Generic error type that can come out of any client while fetching account data

Aliased Typeยง

pub struct AccountFetchError(/* private fields */);