Skip to content

Unable To Locate Two Error Codes for Rate Limiting in Ruby API Bindings. #517

@DennisTheMenace780

Description

@DennisTheMenace780

We've identified two error types that don't seem to appear in the plaid-ruby repository:

  1. ACCOUNTS_BALANCE_GET_LIMIT
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions