Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

EncodingException

class EncodingException(error: FormAction.EncodeError) extends IllegalArgumentException

Exception thrown by from when action encoding fails.

Use fromEither when the failure should remain in the typed error channel.

Parameters

error

the typed encoding failure

Defined by scalive.FormAction.EncodingException. View source (scalive/api/src/scalive/forms/FormAction.scala:62-63)

Values1

error

val error: FormAction.EncodeError

Defined by scalive.FormAction.EncodingException.error. View source (scalive/api/src/scalive/forms/FormAction.scala:62-62)