#exception-handling

[ follow ]
#scala
fromMedium
4 months ago
JavaScript

When Exceptions Get Sneaky: Dynamic Classes vs. Malicious Meddlers in ScalaLand

Dynamic classes prevent external interception of specific exceptions, ensuring secure error handling.
fromAlvinalexander
8 months ago
JavaScript

ZIO 2 Example: Making an HTTP GET request with a timeout, using sttp client

The code provided demonstrates how to perform an HTTP GET request with a timeout using ZIO 2 and Scala sttp library, emphasizing a blocking approach.
fromAlvinalexander
10 months ago
JavaScript

ZIO.attempt: examples and documentation

Wrap synchronous code that can throw exceptions in ZIO.attempt for error handling.
fromMedium
4 months ago
JavaScript

When Exceptions Get Sneaky: Dynamic Classes vs. Malicious Meddlers in ScalaLand

Dynamic classes prevent external interception of specific exceptions, ensuring secure error handling.
fromAlvinalexander
8 months ago
JavaScript

ZIO 2 Example: Making an HTTP GET request with a timeout, using sttp client

The code provided demonstrates how to perform an HTTP GET request with a timeout using ZIO 2 and Scala sttp library, emphasizing a blocking approach.
fromAlvinalexander
10 months ago
JavaScript

ZIO.attempt: examples and documentation

Wrap synchronous code that can throw exceptions in ZIO.attempt for error handling.
more#scala
[ Load more ]