ErrorMode

replpp.shaded.fansi.ErrorMode$
See theErrorMode companion trait
object ErrorMode

Attributes

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

Members list

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorMode
class Object
trait Matchable
class Any
Show all
Self type
Sanitize.type
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.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorMode
class Object
trait Matchable
class Any
Show all
Self type
Strip.type
case object Throw extends ErrorMode

Throw an exception and abort the parse

Throw an exception and abort the parse

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ErrorMode
class Object
trait Matchable
class Any
Show all
Self type
Throw.type

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