new InvalidParameters(funcName, errorParameters, context)
Invalid parameters error
Parameters:
Name | Type | Description |
---|---|---|
funcName |
string | The name of the function that are throwing this error |
errorParameters |
Object.<string, String> | A map of parameter/error message type |
context |
Object | The context that the error occurred |
- Source:
Extends
- Error