Type Alias spl_token_2022::offchain::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§

struct AccountFetchError(/* private fields */);