FSError

harness.zio.error.FSError$
See theFSError companion trait
object FSError

Attributes

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

Members list

Type members

Classlikes

final case class FailedToCreateDirectories(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToCreateDirectory(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToCreateFile(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToCreateLink(linkPath: String, existingPath: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToCreateSymLink(linkPath: String, targetPath: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToDelete(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToGetChild(path: String, child: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToGetChildren(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class FailedToGetParent(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Generic(message: String, path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class PathDNE(path: String) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class PathIsNotADirectory(path: String) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class PathIsNotAFile(path: String) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class PathParentDNE(path: String) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToCreateInputStream(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToCreateOutputStream(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToDecodeFileContents(message: String, path: String) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToGetHomeDirectory(cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToGetProperty(path: String, property: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToGetRoots(cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToReadFromFile(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToResolvePath(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToSetProperty(path: String, property: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnableToWriteToFile(path: String, cause: Throwable) extends FSError

Attributes

Supertypes
trait Product
trait Equals
trait FSError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror