JsonFailure

net.reactivecore.cjs.JsonFailure
See theJsonFailure companion object
case class JsonFailure(message: String, cause: Error) extends Failure

There was an JSON Error.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Failure
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product