Exception: Spaceship::SIRPAuthenticationError
- Inherits:
-
BasicPreferredInfoError
- Object
- Exception
- StandardError
- BasicPreferredInfoError
- Spaceship::SIRPAuthenticationError
- Defined in:
- spaceship/lib/spaceship/errors.rb
Overview
User doesn’t have enough permission for given action
Constant Summary collapse
- TITLE =
'Authentication issue validating secrets:'.freeze
Instance Method Summary collapse
- #preferred_error_info ⇒ Object
-
#show_github_issues ⇒ Object
We don’t want to show similar GitHub issues, as the error message should be pretty clear.
Methods inherited from StandardError
Methods inherited from Exception
#fastlane_should_report_metrics?
Instance Method Details
#preferred_error_info ⇒ Object
50 51 52 |
# File 'spaceship/lib/spaceship/errors.rb', line 50 def preferred_error_info ? [TITLE, ] : nil end |
#show_github_issues ⇒ Object
We don’t want to show similar GitHub issues, as the error message should be pretty clear
56 57 58 |
# File 'spaceship/lib/spaceship/errors.rb', line 56 def show_github_issues false end |