all_exit_codes library
Support for doing something awesome.
More dartdocs go here.
Constants
- cantExecute → const int
- 126 - CantExecute - The command invoked cannot execute.
- configurationError → const int
- 78 - ConfigurationError - A configuration error occurred.
- fileExists → const int
- 72 - FileExists - The specified file already exists.
- generalError → const int
- 1 - GeneralError - An error that occurred during the operation.
- invalidArgumentToExit → const int
- 128 - InvalidArgumentToExit - An invalid argument was passed to the exit command.
- ioError → const int
- 74 - IOError - An input/output error occurred.
- misuseOfShellBuiltins → const int
- 2 - MisuseOfShellBuiltins - The command line usage is incorrect.
- notADirectory → const int
- 20 - NotADirectory - The specified path is not a directory.
- notFound → const int
- 127 - NotFound - The command was not found.
- success → const int
- 0 - Success - The operation was successful.
- tryAgain → const int
- 75 - TryAgain - A temporary failure occurred, try again later.
- unableToCreateTemporaryFile → const int
- 73 - UnableToCreateTemporaryFile - A temporary file could not be created.
- unableToOpenInputFile → const int
- 66 - UnableToOpenInputFile - The specified input file could not be opened.
- unableToOpenOutputFile → const int
- 69 - UnableToOpenOutputFile - The specified output file could not be opened.
- unableToOpenOutputFileForReading → const int
- 71 - UnableToOpenOutputFileForReading - The specified output file could not be opened for reading.
- unableToOpenOutputFileForWriting → const int
- 70 - UnableToOpenOutputFileForWriting - The specified output file could not be opened for writing.
- unknown → const int
- 255 - Unknown - An unknown exit status occurred.
- userTerminated → const int
- 130 - UserTerminated - The script was terminated by the user.
- wrongUsage → const int
- 64 - WrongUsage - The command line usage is incorrect.