Exception: Spaceship::AppStoreAppPreviewError

Inherits:
AppStoreLocaleError show all
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

#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



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