You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note this initialisation can fail by throwing the following errors: TerraError.HealthKitUnavailable, TerraError.UnexpectedError. Catch them and handle appropriately instead of forcing try!
However neither of these error models appear to exist currently.
Also terra.initConnection is not labelled as throwing, and results in a warning: No calls to throwing functions occur within 'try' expression
Attempting to call initConnection results in a fatalError , that cannot be caught and handled.
The text was updated successfully, but these errors were encountered:
jasonconnery
changed the title
Initialise nethod is not marked as throw, and no error models exist
Initialise method is not marked as throw, and no error models exist
Jul 8, 2022
Hi there. the docs at https://docs.tryterra.co/reference/terra-ios-package say the following about initialisation:
However neither of these error models appear to exist currently.
Also
terra.initConnection
is not labelled as throwing, and results in a warning:No calls to throwing functions occur within 'try' expression
Attempting to call initConnection results in a fatalError , that cannot be caught and handled.
The text was updated successfully, but these errors were encountered: