ResourceError

kantan.codecs.resource.ResourceError
See theResourceError companion class
object ResourceError

Attributes

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

Members list

Type members

Classlikes

final case class CloseError(message: String) extends ResourceError

Errors that occur specifically while closing resources.

Errors that occur specifically while closing resources.

Attributes

Companion
object
Supertypes
class Error
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
CloseError.type
final case class OpenError(message: String) extends ResourceError

Errors that occur specifically while opening resources.

Errors that occur specifically while opening resources.

Attributes

Companion
object
Supertypes
class Error
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
OpenError.type
final case class ProcessError(message: String) extends ResourceError

Errors that occur specifically while processing resources.

Errors that occur specifically while processing resources.

Attributes

Companion
object
Supertypes
class Error
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

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