Exception: Spaceship::BasicPreferredInfoError
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Spaceship::BasicPreferredInfoError
- Defined in:
- spaceship/lib/spaceship/errors.rb
Overview
Base class for errors that want to present their message as preferred error info for fastlane error handling. See: fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb
Direct Known Subclasses
AccessForbiddenError, AppStoreLocaleError, AppleIDAndPrivacyAcknowledgementNeeded, AppleTimeoutError, BadGatewayError, GatewayTimeoutError, InsufficientPermissions, InternalServerError, InvalidUserCredentialsError, NoUserCredentialsError, ProgramLicenseAgreementUpdated, TooManyRequestsError, Tunes::Error, UnauthorizedAccessError
Constant Summary collapse
- TITLE =
'The request could not be completed because:'.freeze
Instance Method Summary collapse
Methods inherited from StandardError
Methods inherited from Exception
#fastlane_should_report_metrics?
Instance Method Details
#preferred_error_info ⇒ Object
8 9 10 |
# File 'spaceship/lib/spaceship/errors.rb', line 8 def preferred_error_info ? [TITLE, ] : nil end |