Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

EncodingException

class EncodingException(error: LiveLocation.EncodeError) extends IllegalArgumentException

The unchecked wrapper used by convenience location APIs.

Prefer the corresponding Either-returning method when values can originate outside trusted application code.

Parameters

error

the checked encoding failure

Defined by scalive.LiveLocation.EncodingException. View source (scalive/api/src/scalive/LiveLocation.scala:107-108)

Values1

error

val error: LiveLocation.EncodeError

Defined by scalive.LiveLocation.EncodingException.error. View source (scalive/api/src/scalive/LiveLocation.scala:107-107)