AshRateLimiter. LimitExceeded exception
(ash_rate_limiter v2.0.1)
Copy Markdown
An exception which is raised or returned when an action invocation exceeds the defined limits.
Summary
Functions
Create an Elixir.AshRateLimiter.LimitExceeded without raising it.
Functions
@spec exception(opts :: Keyword.t()) :: %AshRateLimiter.LimitExceeded{ __exception__: true, action: term(), backend: term(), bread_crumbs: term(), class: term(), key: term(), limit: term(), path: term(), per: term(), splode: term(), stacktrace: term(), vars: term() }
Create an Elixir.AshRateLimiter.LimitExceeded without raising it.
Keys
- :action
- :backend
- :limit
- :per
- :key