DecodingFailure

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class ExceptionOccurred(localVer: Version, exception: Throwable, upstreamVer: Option[Version]) extends RuntimeException with DecodingFailure
final case class InvalidVersion(localVer: Version, major: Int, minor: Int) extends RuntimeException with DecodingFailure
final case class MagicNumberMismatch(localVer: Version, actual: MagicNumber, expected: MagicNumber, upstreamVer: Option[Version]) extends RuntimeException with DecodingFailure
final case class UnsupportedMajorVer(localVer: Version, actual: Version) extends RuntimeException with DecodingFailure

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromException(localVer: Version, err: Throwable, upstreamVer: Option[Version]): Result[Nothing]