pub type BalanceError = (Address, Address, String);
Error from a failed balance fetch: (token_address, holder_address, error_message)