QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
TimeoutError
Class TimeoutError
Error thrown when request times out
Hierarchy (
View Summary
)
QuickbaseError
TimeoutError
Index
Constructors
constructor
Properties
description?
ray
Id?
status
Code
timeout
Ms
Methods
to
JSON
Constructors
constructor
new
TimeoutError
(
timeoutMs
:
number
,
options
?:
{
cause
?:
Error
;
rayId
?:
string
}
,
)
:
TimeoutError
Parameters
timeoutMs
:
number
Optional
options
:
{
cause
?:
Error
;
rayId
?:
string
}
Returns
TimeoutError
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
ray
Id
rayId
?:
string
Readonly
status
Code
statusCode
:
number
Readonly
timeout
Ms
timeoutMs
:
number
Methods
to
JSON
toJSON
()
:
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rayId
:
string
|
undefined
;
statusCode
:
number
;
timeoutMs
:
number
;
}
Returns
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rayId
:
string
|
undefined
;
statusCode
:
number
;
timeoutMs
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
ray
Id
status
Code
timeout
Ms
Methods
to
JSON
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Error thrown when request times out