TraceDoesNotAllowNestedTasksError
This error is raised when the user tries to use a task from within a trace. Tasks can be nested under tasks not traces.
Constructor
Signature
def TraceDoesNotAllowNestedTasksError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the nested task violation. |
Signature
def TraceDoesNotAllowNestedTasksError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining the context of the invalid nested task attempt |