UserDataFunctionTimeoutError Class
Represents an error that occurs when a function exceeds the timeout limit set for the function. This limit is currently set to 200 seconds.
Constructor
UserDataFunctionTimeoutError(timeout: int, properties: dict = None)
Parameters
Name | Description |
---|---|
timeout
Required
|
The timeout limit in seconds that the function exceeded. |
properties
|
An optional dictionary containing additional properties related to the exception. Default value: None
|