uniffi-rs
uniffi-rs copied to clipboard
Expose Panics to Swift
Currently, panics are handled in a private error type in Swift https://github.com/mozilla/uniffi-rs/blob/main/uniffi_bindgen/src/bindings/swift/templates/Helpers.swift#L3
Do we want to expose that in some form so consumers can check if the code paniced? right now they have no way to identity if the type of error is a panic.
┆Issue is synchronized with this Jira Task ┆Issue Number: UNIFFI-144