spl_token_2022::offchain

Type Alias AccountFetchError

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

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

Aliased Typeยง

struct AccountFetchError(/* private fields */);