JS Kit SDK API Reference / Errors / InvalidInputError
Class: InvalidInputError
Defined in: errors.ts:130
Thrown when a general SDK input contract is not met.
Extends
Constructors
Constructor
new InvalidInputError(
message?):InvalidInputError
Defined in: errors.ts:131
Parameters
message?
string
Returns
InvalidInputError
Overrides
Properties
type
type:
ErrorType
Defined in: errors.ts:39