Exception: Spaceship::AppStoreAppPreviewError
- Inherits:
-
AppStoreLocaleError
- Object
- Exception
- StandardError
- BasicPreferredInfoError
- AppStoreLocaleError
- Spaceship::AppStoreAppPreviewError
- Defined in:
- spaceship/lib/spaceship/errors.rb
Overview
Raised for localized app preview errors from App Store Connect
Constant Summary
Constants inherited from BasicPreferredInfoError
BasicPreferredInfoError::TITLE
Instance Method Summary collapse
Methods inherited from AppStoreLocaleError
#initialize, #show_github_issues
Methods inherited from StandardError
Methods inherited from Exception
#fastlane_should_report_metrics?
Constructor Details
This class inherits a constructor from Spaceship::AppStoreLocaleError
Instance Method Details
#preferred_error_info ⇒ Object
148 149 150 |
# File 'spaceship/lib/spaceship/errors.rb', line 148 def preferred_error_info "#{@message}\nCheck the app preview requirements here: https://developer.apple.com/help/app-store-connect/reference/app-preview-specifications" end |