InputRegistrationError
Hierarchy
- InputError
- InputRegistrationError
Index
Constructors
Properties
Constructors
constructor
Creates a new instance.
Parameters
message: string
The error message.
inputKey: string
The input key for which the error occurred.
Returns InputRegistrationError
Error class for input registration errors. This error is thrown when an input key cannot be registered, either because it has already been registered, or is not a valid input key, or is not a valid input value.
Errors/Input