ExitCodeType enum

Inheritance

Constructors

ExitCodeType(int exitCode)
const

Values

general → const ExitCodeType

General errors - This code is often used to indicate generic or unspecified errors.

const ExitCodeType(1)
commandInvokedCannotExecute → const ExitCodeType

Command invoked cannot execute - The specified command was found but couldn't be executed.

const ExitCodeType(126)
commandNotFound → const ExitCodeType

Command not found - The specified command was not found or couldn't be located.

const ExitCodeType(127)

Properties

exitCode int
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ExitCodeType>
A constant List of the values in this enum, in order of their declaration.