ExitCode

sealed abstract case class ExitCode

Represents the exit code of an application.

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

Companion:
object
Source:
ExitCode.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product