Rust Errors Backtrace

Publié le: 16 juin 2022
sur la chaîne: The Dev Method
1,024
26

#rust #errors #panic #shorts

There are two groups of errors: recoverable and unrecoverable. Errors are a part of programming and every language handles it differently.

Recoverable errors are the ones you can catch while the program’s running and have the program decide what to do next depending on the kind of error it is in the current context. For example, maybe you want to read a file but the file cannot be found. Maybe you need to tell the user or the caller of your function that this error occurred because of this reason.

Unrecoverable errors are ones where the program cannot continue run. Like, reaching beyond the bounds of an array.

Rust has no exceptions. Instead, we use the Result type for recoverable errors and panic! macro for unrecoverable errors.

Links

Chapter 9 of the Rust Programming Book: Error Handling
https://doc.rust-lang.org/book/ch09-0...


Sur cette page du site, vous pouvez voir la vidéo en ligne Rust Errors Backtrace durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur The Dev Method 16 juin 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,024 fois et il a aimé 26 téléspectateurs. Bon visionnage!