Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Error Codes!

NerdOfCode edited this page Dec 21, 2018 · 12 revisions

ERROR CODE DOCS

This shell has been designed to release an error code when and wherever an error should occur... You can reference the list of error codes below accordingly!

List

xxxx

1001 --> Missing CWD file

1002 --> Missing Log Directory (mkdir ~/.r-shell)

1003 --> Missing Alias File (Default: "/home/user/.r-shell/r-shell_alias")

xxxx

1004 --> User tried to access or remove this shell's files while in the shell! ILLEGAL!

1005 --> Platform does not conform to the convention of "/home/logged_in_user/" on Linux (Don't run as root)!


2001 --> Missing readlink dependency bash

Clone this wiki locally