Exception: Mysigner::Upload::PlayStoreUploader::MissingLocalCredentialsError
- Inherits:
-
UploadError
- Object
- StandardError
- Error
- UploadError
- Mysigner::Upload::PlayStoreUploader::MissingLocalCredentialsError
- Defined in:
- lib/mysigner/upload/play_store_uploader.rb
Overview
Raised when local-only mode is requested but no Google Play credentials
are stored in the LocalCredentials store. The message points users at
mysigner onboard --local-only (mysigner-44) which is what persists
them. We refuse to silently fall back to the server path — local-only
must fail loud. Defined locally (not shared with AscRestUploader) so
each uploader owns its own error contract.