JavaScript SDK API Reference / Errors / InvalidRecordInputError
Class: InvalidRecordInputError
Defined in: error.ts:110
Base error for SDK failures, carrying a machine-readable ErrorType.
Extends
Constructors
Constructor
new InvalidRecordInputError(
message?):InvalidRecordInputError
Defined in: error.ts:111
Parameters
message?
string
Returns
InvalidRecordInputError
Overrides
Properties
type
type:
ErrorType
Defined in: error.ts:43
Machine-readable error category.