ParsingFailure

io.circe.ParsingFailure
See theParsingFailure companion object
final case class ParsingFailure(message: String, underlying: Throwable) extends Error

An exception representing a parsing failure and wrapping the exception provided by the parsing library.

Attributes

Companion:
object
Source:
Error.scala
Graph
Supertypes
trait Product
trait Equals
class Error
class Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final override def getMessage: String

Attributes

Definition Classes
Source:
Error.scala
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Throwable -> Any
Source:
Error.scala

Inherited methods

Attributes

Inherited from:
Throwable
final override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
Error
Source:
Error.scala

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Throwable