MpegError

fs2.protocols.mpeg.MpegError$
See theMpegError companion trait
object MpegError

Attributes

Companion
trait
Source
MpegError.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MpegError.type

Members list

Type members

Classlikes

case class Decoding(data: BitVector, err: Err) extends MpegError

Attributes

Source
MpegError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait MpegError
class Object
trait Matchable
class Any
Show all
case class General(message: String) extends MpegError

Attributes

Source
MpegError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait MpegError
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def joinErrors[S, I, O](t: Scan[S, I, Either[MpegError, O]]): Scan[S, Either[MpegError, I], Either[MpegError, O]]

Attributes

Source
MpegError.scala
def passErrors[S, I, O](t: Scan[S, I, O]): Scan[S, Either[MpegError, I], Either[MpegError, O]]

Attributes

Source
MpegError.scala