You have type safety at your back, let’s say you h...
# announcements
k
You have type safety at your back, let’s say you have
fun foo(r: Result<String, CustomError>)
, you cannot just throw type that fails in.