QueryFailure

final case class QueryFailure(keyed: Map[Key, Option[(SourceName, Error)]], other: Set[(String, Set[Either[String, Key]])], sourcesHighToLowPri: Vector[SourceName]) extends Result[Nothing]
trait Serializable
trait Product
trait Equals
class Result[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def errorMsg: String
override def toEither: Either[String, Nothing]
Definition Classes

Inherited methods

def getOrDie(): Nothing
Inherited from:
Result
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product