ResolutionError

final case class ResolutionError(value: SortedMap[String, LookupHistory]) extends ClientError

Error happened during schema resolution step

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isNotFound: Boolean

Inherited methods

def getMessage: String
Inherited from:
ClientError
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product