c
EncodingException
class EncodingException(error: FormAction.EncodeError) extends IllegalArgumentExceptionException thrown by from when action encoding fails.
Use fromEither when the failure should remain in the typed error channel.
Parameters
errorthe typed encoding failure
Defined by scalive.FormAction.EncodingException. View source (scalive/api/src/scalive/forms/FormAction.scala:62-63)
Values1
error
val error: FormAction.EncodeErrorDefined by scalive.FormAction.EncodingException.error. View source (scalive/api/src/scalive/forms/FormAction.scala:62-62)