UserDataFunctionError Class
The exception/error base class for any errors raised during the invocation of a User Data Function.
Constructor
UserDataFunctionError(error_code: str, message: str = 'Known User Data Function Exception Thrown', properties: dict = None)
Parameters
Name | Description |
---|---|
error_code
Required
|
A string representing the error code associated with the exception. |
message
|
An optional message describing the exception. Defaults to "Known User Data Function Exception Thrown". Default value: Known User Data Function Exception Thrown
|
properties
|
An optional dictionary containing additional properties related to the exception. Default value: None
|