Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

SegmentTooLong

enum SegmentTooLong(segmentIndex: Int, maxLength: Int) extends FormPath.RepresentationError

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

Values2

maxLength

val maxLength: Int

Defined by scalive.FormPath.RepresentationError.SegmentTooLong.maxLength. View source (scalive/api/src/scalive/forms/FormPath.scala:97-97)

segmentIndex

val segmentIndex: Int

Defined by scalive.FormPath.RepresentationError.SegmentTooLong.segmentIndex. View source (scalive/api/src/scalive/forms/FormPath.scala:97-97)