XmlSyntax

fs2.data.xml.XmlSyntax
case class XmlSyntax(id: String) extends XmlError

Represents a syntax error according to an XML production rule.

Attributes

Source
errors.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class XmlError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val name: String

Attributes

Inherited from:
XmlError
Source
errors.scala