hey guys, is it possible to get the relative `NSEr...
# kotlin-native
m
hey guys, is it possible to get the relative
NSError
for a kotlin native
Throwable
?
k
i believe if you annotate the exceptions that an API can throw, the obj-c bindings will be generated with an optional NSError** parameter
👍 1
i haven't messed around with it myself
m
thank you @Kris Wong 👍