ErrorMode

object ErrorMode
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Sanitize extends ErrorMode

Skip the \u001b that kicks off the unknown Ansi escape but leave subsequent characters in place, so the end-user can see that an Ansi escape was entered e.g. via the [A[B[A[C that appears in the result

Skip the \u001b that kicks off the unknown Ansi escape but leave subsequent characters in place, so the end-user can see that an Ansi escape was entered e.g. via the [A[B[A[C that appears in the result

case object Strip extends ErrorMode

Find the end of the unknown Ansi escape and skip over it's characters entirely, so no trace of them appear in the parsed fansi.Str.

Find the end of the unknown Ansi escape and skip over it's characters entirely, so no trace of them appear in the parsed fansi.Str.

case object Throw extends ErrorMode

Throw an exception and abort the parse

Throw an exception and abort the parse

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror