WithError

final case
class WithError[F[_]](error: DecodingFailure, record: KinesisClientRecord, commit: F[Unit]) extends WithData[F, Nothing]
trait Serializable
trait Product
trait Equals
trait WithData[F, Nothing]
trait Record[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[B](f: Nothing => B): WithData[F, B]
Inherited from
WithData
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product