swiftui-multiplatform/Shared/Extensions
Angelo Stavrow 15f84b04c0
Handle errors in (most) shared code
Two outliers to come back to are:

- the LocalStoreManager, where we can’t set a current error in the WriteFreelyModel in methods that can’t throw
- the CollectionListModel, where the initializer can’t throw because we use it as a property initializer in CollectionListView
2022-05-26 08:08:12 -04:00
..
Bundle+AppVersion.swift Add Bundle extension for fetch Info.plist values 2020-09-16 12:45:49 -04:00
NSManagedObjectContext+ExecuteAndMergeChanges.swift Extend NSManagedObjectContext to update context after batch delete 2020-09-10 14:08:29 -04:00
UserDefaults+Extensions.swift Move User Defaults errors to ErrorConstants file 2022-05-13 08:44:13 -04:00
WriteFreelyModel+API.swift Set current error on API call failures 2022-05-13 08:01:11 -04:00
WriteFreelyModel+APIHandlers.swift Handle errors in (most) shared code 2022-05-26 08:08:12 -04:00
WriteFreelyModel+Keychain.swift Add default values for some error strings 2022-05-23 15:12:33 -04:00