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.

Constructors

Link copied to clipboard
constructor(passed: Int, allowed: Int, message: String = "Depth exceeded for chained request --- passed: ")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

The error message.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard