OrchestrationError

constructor(orchestrationStacks: Array<StackTraceElement>, cause: Throwable)

Parameters

orchestrationStacks

The stack trace elements from the test orchestration framework.

cause

The original Throwable that caused the failure, typically an AssertionError.