object CursorFailure
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CursorFailure
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CursorFailureException(failure: CursorFailure) extends RuntimeException with Product with Serializable
- final case class Custom(message: String) extends CursorFailure with Product with Serializable
- final case class DecoderFailed(path: String, failure: DecoderFailure) extends CursorFailure with Product with Serializable
- final case class Error(error: Throwable) extends CursorFailure with UnderlyingThrowableWeakEq with Product with Serializable
- sealed trait FailedAttribute extends CursorFailure
- sealed trait FailedNode extends CursorFailure
- final case class InvalidTargetType(required: Class[_], actual: Class[_]) extends CursorFailure with Product with Serializable
- final case class LeftBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute with Missing with Product with Serializable
- sealed trait Missing extends CursorFailure
- final case class MissingAttrAtIndex(path: String, index: Long) extends FailedAttribute with Missing with Product with Serializable
- final case class MissingAttrByKey(path: String, key: String) extends FailedAttribute with Missing with Product with Serializable
- final case class MissingAttrHead(path: String) extends FailedAttribute with Missing with Product with Serializable
- final case class MissingAttrLast(path: String) extends FailedAttribute with Missing with Product with Serializable
- final case class MissingNode(path: String, nodeName: String) extends FailedNode with Missing with Product with Serializable
- final case class MissingNodeAtIndex(path: String, index: Int) extends FailedNode with Missing with Product with Serializable
- final case class MissingNodeFind(path: String, predicate: (XmlNode) => Boolean) extends FailedNode with Missing with Product with Serializable
- final case class MissingNodeHead(path: String) extends FailedNode with Missing with Product with Serializable
- final case class MissingNodeInEmptyGroup(path: String, nodeName: String) extends FailedNode with Missing with Product with Serializable
- final case class MissingNodeLast(path: String) extends FailedNode with Missing with Product with Serializable
- final case class MissingText(path: String) extends FailedNode with Missing with Product with Serializable
- final case class RightBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute with Missing with Product with Serializable
- final case class ValidationsFailed(path: String, errors: NonEmptyList[String]) extends FailedNode with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val eqCursorFailureReason: Eq[CursorFailure]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- implicit def showCursorFailureReason: Show[CursorFailure]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)