microsoft / fastlane-plugin-appcenter

App Center fastlane integration.
MIT License
507 stars 126 forks source link

Feature: Custom exception #336

Closed EArminjon closed 9 months ago

EArminjon commented 9 months ago

I suggest to use some custom exceptions instead of some UI errors to let developers to try / catch specific errors to help them to fallback to some code logic.

For example : appcenter_fetch_version_number if the app didn't exist on appcenter, we should be able to fallback to a default version number based on a logic. Today we need to catch the error and then do a string equality.

lucen-ms commented 9 months ago

Thank you for your suggestion but we do not have plans to add support for this feature in the next year.