CannotReadUrl

pureconfig.error.CannotReadUrl
final case class CannotReadUrl(url: URL, reason: Option[Throwable]) extends CannotRead

A failure occurred due to the inability to read a requested URL.

Value parameters

reason

an optional exception thrown when trying to read the URL

url

the URL that couldn't be read

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CannotRead
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The source name (like a file path or a URL)

The source name (like a file path or a URL)

Attributes

Inherited methods

A human-readable description of the failure.

A human-readable description of the failure.

Attributes

Inherited from:
CannotRead
def origin: Option[ConfigOrigin]

The optional origin of the failure.

The optional origin of the failure.

Attributes

Inherited from:
CannotRead

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

The source type

The source type

Attributes