ModifierFailure

cats.xml.modifier.ModifierFailure
See theModifierFailure companion object
sealed trait ModifierFailure

A coproduct ADT to represent the Modifier possible failures.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CursorFailed
class Custom
class Error
class InvalidData[D]

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any