SysError

harness.zio.error.SysError$
See theSysError companion trait
object SysError

Attributes

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

Members list

Type members

Classlikes

final case class GenericError(command: String, args: List[String], cause: Throwable) extends SysError

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait SysError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object GenericError

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NonZeroExitCode(command: String, args: List[String], exitCode: Int) extends SysError

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

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