Skip to main content

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

NameTypeDescription
messagestringThe error message describing the nested task violation.

Signature

def TraceDoesNotAllowNestedTasksError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the context of the invalid nested task attempt