<@U3DPUHA11> commented on <@U3T6LDWTD>’s file <htt...
# language-proposals
u
@roberto.guerra commented on @benleggiero’s file https://kotlinlang.slack.com/files/T09229ZC6/F04AVNRBLNP: This is already possible using
Either
type as @groostav mentioned and using the strategy outlined in the talk he linked to. I’ve been using it and it has been very helpful. It prefer it over exceptions because it also reads clearly and you also get compiler assistance.