RecursiveDepthExceededException
data class RecursiveDepthExceededException(passed: Int, allowed: Int, val message: String = "Depth exceeded for chained request --- passed: ") : PlanException
Exception thrown when the recursive depth for a chained request exceeds the allowed limit.