We've identified two error types that don't seem to appear in the plaid-ruby repository:
- ACCOUNTS_BALANCE_GET_LIMIT
- BALANCE_LIMIT
The ideal use here that we're thinking of is being able to do something like Plaid::RateLimitExceeded::ACCOUNTS_BALANCE_GET_LIMIT so that we can directly reference the underlying constants in our code instead of using hard coded strings. Currently the API documentation shows that those error codes get returned as a rate limit error_code, but I would sort of expect to see these in the publicly available bindings.
We are using the 34.0.0 version of Plaid.