StringParserError

zio.parser.StringParserError
final case class StringParserError[+Err](input: String, error: ParserError[Err])

Attributes

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

Members list

Value members

Concrete methods

def pretty: String

Pretty prints the error with the input context

Pretty prints the error with the input context

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product