UserDataFunctionMissingInputError Class
Represents an error that occurs when a required parameter is missing from the input data provided to a function. This error is typically thrown when a parameter is expected to be present in the input data but is not found.
Constructor
UserDataFunctionMissingInputError(message: str = 'Parameter does not exist in binding data', properties: dict = None)
Parameters
Name | Description |
---|---|
message
|
An optional message describing the exception. Defaults to "Parameter does not exist in binding data". Default value: Parameter does not exist in binding data
|
properties
|
An optional dictionary containing additional properties related to the exception. Default value: None
|