reworked on error code, create associated doc, module list checks
This commit is contained in:
19
README.md
19
README.md
@@ -162,5 +162,24 @@ precheck_@template@()
|
||||
export -f @template@
|
||||
export -f precheck_@template@
|
||||
```
|
||||
## Error code table
|
||||
|
||||
The following table is giving a list of error code with explanation:
|
||||
|
||||
| Code | Meaning |
|
||||
|:----------|:----------------------------------------|
|
||||
| 0 | No error |
|
||||
| 1 | Command line syntax error |
|
||||
| 2 | Unable to find configuration |
|
||||
| 3 | Missing library file or function |
|
||||
| 4 | No root rights |
|
||||
| 5 | Malformed module list |
|
||||
| 10 | Function call error |
|
||||
| 11 | Bad function call |
|
||||
| 12 | Error copying files |
|
||||
| 13 | Bad target filesystem |
|
||||
| 50..100 | Error in module execution |
|
||||
| 128 | Abortion due to external cause |
|
||||
| 150..200 | Error in module checks |
|
||||
|
||||
## Contact and more information
|
||||
|
||||
Reference in New Issue
Block a user