get_tracebacks

get_tracebacks(result)[source]

Get the tracebacks for the result, from any failures that may have occurred during the task.

Parameters:

result -- a result or result list.

Returns:

list of tracebacks as strings.