Search
Preparing search index...
The search index is not available
@aws/dynamodb-data-marshaller
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
InvalidSchemaError
Class InvalidSchemaError
An error thrown when a marshaller or unmarshaller cannot understand a node of the provided schema.
Hierarchy
Error
InvalidSchemaError
Index
Constructors
constructor
Properties
node
Error
message
name
stack
Constructors
constructor
new
Invalid
Schema
Error
(
node
:
SchemaType
, message
?:
undefined
|
string
)
:
InvalidSchemaError
Parameters
node:
SchemaType
Optional
message:
undefined
|
string
Returns
InvalidSchemaError
Properties
node
node
:
SchemaType
Static
Error
Error
:
ErrorConstructor
Static
message
message
:
string
Static
name
name
:
string
Static
Optional
stack
stack
:
undefined
|
string
Globals
Invalid
Schema
Error
constructor
node
Error
message
name
stack
An error thrown when a marshaller or unmarshaller cannot understand a node of the provided schema.