Rust Errors Backtrace

Publicado el: 16 junio 2022
en el canal de: 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...


En esta página del sitio puede ver el video en línea Rust Errors Backtrace de Duración hora minuto segunda en buena calidad , que subió el usuario The Dev Method 16 junio 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,024 veces y le gustó 26 a los espectadores. Disfruta viendo!