QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
RateLimitError
Class RateLimitError
Error thrown when rate limited (HTTP 429)
Hierarchy (
View Summary
)
QuickbaseError
RateLimitError
Index
Constructors
constructor
Properties
description?
rate
Limit
Info
ray
Id?
retry
After?
status
Code
Methods
to
JSON
Constructors
constructor
new
RateLimitError
(
rateLimitInfo
:
RateLimitInfo
,
message
?:
string
,
)
:
RateLimitError
Parameters
rateLimitInfo
:
RateLimitInfo
Optional
message
:
string
Returns
RateLimitError
Properties
Optional
Readonly
description
description
?:
string
Readonly
rate
Limit
Info
rateLimitInfo
:
RateLimitInfo
Optional
Readonly
ray
Id
rayId
?:
string
Optional
Readonly
retry
After
retryAfter
?:
number
Readonly
status
Code
statusCode
:
number
Methods
to
JSON
toJSON
()
:
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rateLimitInfo
:
RateLimitInfo
;
rayId
:
string
|
undefined
;
retryAfter
:
number
|
undefined
;
statusCode
:
number
;
}
Returns
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rateLimitInfo
:
RateLimitInfo
;
rayId
:
string
|
undefined
;
retryAfter
:
number
|
undefined
;
statusCode
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
rate
Limit
Info
ray
Id
retry
After
status
Code
Methods
to
JSON
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Error thrown when rate limited (HTTP 429)