JS Kit SDK API Reference / Errors / InvalidRecordInputError
Class: InvalidRecordInputError
Defined in: errors.ts:109
Thrown when record creation or update input is incomplete or invalid.
Extends
Constructors
Constructor
new InvalidRecordInputError(
message?):InvalidRecordInputError
Defined in: errors.ts:110
Parameters
message?
string
Returns
InvalidRecordInputError
Overrides
Properties
type
type:
ErrorType
Defined in: errors.ts:39