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



141
142
143
# File 'spaceship/lib/spaceship/errors.rb', line 141

def preferred_error_info
  "#{@message}\nCheck the screenshot requirements here: https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications"
end