datadog-ux-utils Documentation - v1.0.0
Preparing search index...
api/rateGuard
ApiRunawayBlockedError
Class ApiRunawayBlockedError
Error thrown when API requests are blocked by the rate guard.
Hierarchy
Error
ApiRunawayBlockedError
Index
Constructors
constructor
Properties
key
until
window
Ms
max
Requests
Constructors
constructor
new
ApiRunawayBlockedError
(
key
:
string
,
cfg
:
Required
<
ApiRateGuardConfig
>
,
b
:
Bucket
,
)
:
ApiRunawayBlockedError
Parameters
key
:
string
cfg
:
Required
<
ApiRateGuardConfig
>
b
:
Bucket
Returns
ApiRunawayBlockedError
Properties
Readonly
key
key
:
string
Readonly
until
until
:
number
Readonly
window
Ms
windowMs
:
number
Readonly
max
Requests
maxRequests
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
until
window
Ms
max
Requests
datadog-ux-utils Documentation - v1.0.0
Loading...
Error thrown when API requests are blocked by the rate guard.