QuickBase JS SDK v2 - v2.2.2
API Methods
QuickBase API
GitHub
Preparing search index...
ValidationError
Class ValidationError
Error thrown for bad requests (HTTP 400)
Hierarchy (
View Summary
)
QuickbaseError
ValidationError
Index
Constructors
constructor
Properties
description?
errors?
ray
Id?
status
Code
Methods
to
JSON
Constructors
constructor
new
ValidationError
(
message
:
string
,
options
?:
{
cause
?:
Error
;
description
?:
string
;
errors
?:
{
field
?:
string
;
message
:
string
}
[]
;
rayId
?:
string
;
}
,
)
:
ValidationError
Parameters
message
:
string
Optional
options
:
{
cause
?:
Error
;
description
?:
string
;
errors
?:
{
field
?:
string
;
message
:
string
}
[]
;
rayId
?:
string
;
}
Returns
ValidationError
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
errors
errors
?:
{
field
?:
string
;
message
:
string
}
[]
Optional
Readonly
ray
Id
rayId
?:
string
Readonly
status
Code
statusCode
:
number
Methods
to
JSON
toJSON
()
:
{
description
:
string
|
undefined
;
errors
:
{
field
?:
string
;
message
:
string
}
[]
|
undefined
;
message
:
string
;
name
:
string
;
rayId
:
string
|
undefined
;
statusCode
:
number
;
}
Returns
{
description
:
string
|
undefined
;
errors
:
{
field
?:
string
;
message
:
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
errors
ray
Id
status
Code
Methods
to
JSON
API Methods
QuickBase API
GitHub
QuickBase JS SDK v2 - v2.2.2
Loading...
Error thrown for bad requests (HTTP 400)