pub type TokenRenewError = Box<dyn Error + Sync + Send>;
Token renewal error.
pub struct TokenRenewError(/* private fields */);