JS Kit SDK API Reference / Errors / InvalidSerializedDataError
Class: InvalidSerializedDataError
Defined in: errors.ts:214
Thrown when serialized account or record data is inconsistent.
Extends
Constructors
Constructor
new InvalidSerializedDataError(
message?):InvalidSerializedDataError
Defined in: errors.ts:215
Parameters
message?
string
Returns
InvalidSerializedDataError
Overrides
Properties
type
type:
ErrorType
Defined in: errors.ts:39