Exception: Spaceship::AppStoreScreenshotError

Inherits:
AppStoreLocaleError show all
Defined in:
spaceship/lib/spaceship/errors.rb

Overview

Raised for localized screenshots 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

#exit_status

Methods inherited from Exception

#fastlane_should_report_metrics?

Constructor Details

This class inherits a constructor from Spaceship::AppStoreLocaleError

Instance Method Details

#preferred_error_infoObject



124
125
126
# File 'spaceship/lib/spaceship/errors.rb', line 124

def preferred_error_info
  "#{@message} Check the screenshot requirements here: https://help.apple.com/app-store-connect/en.lproj/static.html#devd274dd925"
end