JS Kit SDK API Reference / Errors / InvalidValidationError
Class: InvalidValidationError
Defined in: errors.ts:207
Thrown when an unsupported record validation mode is encountered.
Extends
Constructors
Constructor
new InvalidValidationError(
message?):InvalidValidationError
Defined in: errors.ts:208
Parameters
message?
string
Returns
InvalidValidationError
Overrides
Properties
type
type:
ErrorType
Defined in: errors.ts:39