QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
QuickbaseError
Class QuickbaseError
Base error class for all QuickBase SDK errors
Hierarchy (
View Summary
)
Error
QuickbaseError
RateLimitError
AuthenticationError
AuthorizationError
NotFoundError
ValidationError
TimeoutError
ServerError
Index
Constructors
constructor
Properties
description?
ray
Id?
status
Code
Methods
to
JSON
Constructors
constructor
new
QuickbaseError
(
message
:
string
,
statusCode
:
number
,
options
?:
{
cause
?:
Error
;
description
?:
string
;
rayId
?:
string
}
,
)
:
QuickbaseError
Parameters
message
:
string
statusCode
:
number
Optional
options
:
{
cause
?:
Error
;
description
?:
string
;
rayId
?:
string
}
Returns
QuickbaseError
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
ray
Id
rayId
?:
string
Readonly
status
Code
statusCode
:
number
Methods
to
JSON
toJSON
()
:
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rayId
:
string
|
undefined
;
statusCode
:
number
;
}
Returns
{
description
:
string
|
undefined
;
message
:
string
;
name
:
string
;
rayId
:
string
|
undefined
;
statusCode
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
ray
Id
status
Code
Methods
to
JSON
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Base error class for all QuickBase SDK errors