CursorFailure

cats.xml.cursor.CursorFailure
See theCursorFailure companion trait
object CursorFailure

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class CursorFailureException(failure: CursorFailure) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Custom(message: String) extends CursorFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DecoderFailed(path: String, failure: DecoderFailure) extends CursorFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Error(error: Throwable) extends CursorFailure, UnderlyingThrowableWeakEq

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnderlyingThrowableWeakEq
class Object
trait Matchable
class Any
Show all
sealed trait FailedAttribute extends CursorFailure

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait FailedNode extends CursorFailure

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class InvalidTargetType(required: Class[_], actual: Class[_]) extends CursorFailure

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LeftBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
sealed trait Missing extends CursorFailure

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class MissingAttrAtIndex(path: String, index: Long) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
final case class MissingAttrByKey(path: String, key: String) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
final case class MissingAttrHead(path: String) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
final case class MissingAttrLast(path: String) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
final case class MissingNode(path: String, nodeName: String) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingNodeAtIndex(path: String, index: Int) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingNodeFind(path: String, predicate: XmlNode => Boolean) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingNodeHead(path: String) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingNodeInEmptyGroup(path: String, nodeName: String) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingNodeLast(path: String) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class MissingText(path: String) extends FailedNode, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
trait FailedNode
class Object
trait Matchable
class Any
Show all
final case class RightBoundLimitAttr(path: String, lastKey: String) extends FailedAttribute, Missing

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Missing
class Object
trait Matchable
class Any
Show all
final case class ValidationsFailed(path: String, errors: NonEmptyList[String]) extends FailedNode

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FailedNode
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits