Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
e

UnsupportedField

enum UnsupportedField(name: String, kind: FormData.UnsupportedFieldKind) extends FormData.RepresentationError

Defined by scalive.FormData.RepresentationError.UnsupportedField. View source (scalive/api/src/scalive/forms/FormData.scala:151-151)

Values2

kind

val kind: FormData.UnsupportedFieldKind

Defined by scalive.FormData.RepresentationError.UnsupportedField.kind. View source (scalive/api/src/scalive/forms/FormData.scala:151-151)

name

val name: String

Defined by scalive.FormData.RepresentationError.UnsupportedField.name. View source (scalive/api/src/scalive/forms/FormData.scala:151-151)