IOError

kantan.csv.ParseError.IOError
See theIOError companion class
object IOError extends ErrorCompanion[IOError]

Provides convenience methods for ParseError.IOError instance creation.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class ErrorCompanion[IOError]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
IOError.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(msg: String): IOError

Attributes

Inherited from:
ErrorCompanion
def apply(cause: Throwable): IOError

Attributes

Inherited from:
ErrorCompanion
def apply(msg: String, cause: Throwable): IOError

Attributes

Inherited from:
ErrorCompanion
def safe[A](a: => A): Either[IOError, A]

Attempts to evaluate the specified argument, wrapping errors in a T.

Attempts to evaluate the specified argument, wrapping errors in a T.

Attributes

Inherited from:
ErrorCompanion

Implicits

Inherited implicits

implicit val isError: IsError[IOError]

Attributes

Inherited from:
ErrorCompanion