Packages

object CursorFailure

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CursorFailure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CursorFailureException(failure: CursorFailure) extends RuntimeException with Product with Serializable
  2. final case class Custom(message: String) extends CursorFailure with Product with Serializable
  3. final case class DecoderFailed(path: String, failure: DecoderFailure) extends CursorFailure with Product with Serializable
  4. final case class Error(error: Throwable) extends CursorFailure with UnderlyingThrowableWeakEq with Product with Serializable
  5. sealed trait FailedAttribute extends CursorFailure
  6. sealed trait FailedNode extends CursorFailure
  7. final case class InvalidTargetType(required: Class[_], actual: Class[_]) extends CursorFailure with Product with Serializable
  8. final case class LeftBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute with Missing with Product with Serializable
  9. sealed trait Missing extends CursorFailure
  10. final case class MissingAttrAtIndex(path: String, index: Long) extends FailedAttribute with Missing with Product with Serializable
  11. final case class MissingAttrByKey(path: String, key: String) extends FailedAttribute with Missing with Product with Serializable
  12. final case class MissingAttrHead(path: String) extends FailedAttribute with Missing with Product with Serializable
  13. final case class MissingAttrLast(path: String) extends FailedAttribute with Missing with Product with Serializable
  14. final case class MissingNode(path: String, nodeName: String) extends FailedNode with Missing with Product with Serializable
  15. final case class MissingNodeAtIndex(path: String, index: Int) extends FailedNode with Missing with Product with Serializable
  16. final case class MissingNodeFind(path: String, predicate: (XmlNode) => Boolean) extends FailedNode with Missing with Product with Serializable
  17. final case class MissingNodeHead(path: String) extends FailedNode with Missing with Product with Serializable
  18. final case class MissingNodeInEmptyGroup(path: String, nodeName: String) extends FailedNode with Missing with Product with Serializable
  19. final case class MissingNodeLast(path: String) extends FailedNode with Missing with Product with Serializable
  20. final case class MissingText(path: String) extends FailedNode with Missing with Product with Serializable
  21. final case class RightBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute with Missing with Product with Serializable
  22. final case class ValidationsFailed(path: String, errors: NonEmptyList[String]) extends FailedNode with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. implicit val eqCursorFailureReason: Eq[CursorFailure]
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. implicit def showCursorFailureReason: Show[CursorFailure]
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped