final case classFailedPicklerGeneration(tpe: String, concreteTpe: String, cause: Option[Throwable] = None) extends BasePicklingException with Product with Serializable
Exception thrown when the generation of a Pickler for a type
fails because scala pickling wasn't able to find or generate it.
tpe
General type to be pickled
concreteTpe
Concrete type that caused the error
cause
Exception causing the pickling exception if any
Linear Supertypes
Serializable, Product, Equals, BasePicklingException, java.lang.RuntimeException, java.lang.Exception, java.lang.Throwable, java.io.Serializable, AnyRef, Any
Exception thrown when the generation of a Pickler for a type fails because scala pickling wasn't able to find or generate it.
General type to be pickled
Concrete type that caused the error
Exception causing the pickling exception if any