Creating a funding source via Dwolla/Plaid tokenization with an expired token raised a generic dwollav2.error.Error: {"code":"UpdateCredentials","message":"The login details for this token have changed."}. The generic Error class made it hard to isolate expired-token cases from other failures. The Dwolla team agreed and shipped a dedicated error class for this scenario.