ExitCode

sealed class ExitCode extends Product with Equals with Serializable

Represents the exit code of an application.

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def _1: Int
def canEqual(that: Any): Boolean
override def equals(that: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode: Int
Definition Classes
Any
def productElement(n: Int): Any
override def toString: String
Definition Classes
Any

Inherited methods

Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

val code: Int