ExitCode

cats.effect.ExitCode
See theExitCode companion object
sealed abstract case class ExitCode

Represents the exit code of an application.

code is constrained to a range from 0 to 255, inclusive.

Attributes

Companion
object
Source
ExitCode.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product