object ParseError extends Serializable

Declares all possible values of type ParseError.

Source
Errors.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParseError
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class IOError(message: String) extends ParseError with Product with Serializable

    Error that occurs while interacting with an IO resource.

    Error that occurs while interacting with an IO resource.

    This is typically used to wrap a java.io.IOException.

Value Members

  1. object IOError extends ErrorCompanion[IOError]

    Provides convenience methods for ParseError.IOError instance creation.

  2. case object NoSuchElement extends ParseError with Product with Serializable

    Error that occurs when attempting to read from an empty CsvReader.

    Error that occurs when attempting to read from an empty CsvReader.

    Annotations
    @SuppressWarnings()