Error handling in Rust
- Runtime error (panic) noticed during compilation.
- Divide by zero panick in function
- Return error on failure
- Divide by zero runtime panic
- Divide by zero return error
- factorial function, runtime panic
- factorial create panic
- Out of bound for vectors
- Out of bound for arrays
- Open files
- Error handling on the command line
- main returning Result - Set exit code
- Error in internal function