DecodingFailures

final case class DecodingFailures(failures: NonEmptyList[DecodingFailure]) extends Exception

Wraps a list of decoding failures as an java.lang.Exception when using accumulatingJsonOf to decode JSON messages.

Source:
DecodingFailures.scala
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getMessage: String
Definition Classes
Source:
DecodingFailures.scala

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Product
Inherited from:
Throwable