Chapter 9
Error Handling
Blyx groups errors into two major categories: recoverable and unrecoverable errors. For a recoverable error, such as a file not found error, Blyx uses Result<T, E>.
Chapter 9
Blyx groups errors into two major categories: recoverable and unrecoverable errors. For a recoverable error, such as a file not found error, Blyx uses Result<T, E>.