ExitCode

cats.effect.ExitCode
See theExitCode companion class
object ExitCode

Attributes

Companion
class
Source
ExitCode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ExitCode.type

Members list

Value members

Concrete methods

def apply(i: Int): ExitCode

Creates an ExitCode.

Creates an ExitCode.

Value parameters

i

the value whose 8 least significant bits are used to construct an exit code within the valid range.

Attributes

Source
ExitCode.scala

Concrete fields

Attributes

Source
ExitCode.scala

Attributes

Source
ExitCode.scala