Blyx v0.1.0-alpha: AI-Native Systems Language with Rust Runtime •View on GitHub

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>.

Traits & GenericsCollections & Iterators