InputResolutionError
Hierarchy
- InputError
- InputResolutionError
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 InputResolutionError
Error class for input resolution errors. This error is thrown when an input key cannot be resolved at runtime. Some common reasons include invalid values found during resolution, or invalid references used to resolve the input key.
Errors/Input