Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

InvalidLimits

enum InvalidLimits(maxDepth: Int, maxSegmentLength: Int) extends FormPath.RepresentationError

Defined by scalive.FormPath.RepresentationError.InvalidLimits. View source (scalive/api/src/scalive/forms/FormPath.scala:99-99)

Values2

maxDepth

val maxDepth: Int

Defined by scalive.FormPath.RepresentationError.InvalidLimits.maxDepth. View source (scalive/api/src/scalive/forms/FormPath.scala:99-99)

maxSegmentLength

val maxSegmentLength: Int

Defined by scalive.FormPath.RepresentationError.InvalidLimits.maxSegmentLength. View source (scalive/api/src/scalive/forms/FormPath.scala:99-99)