Exception: Mysigner::Upload::AscSubmitter::VersionInFlightError
- Inherits:
-
StandardError
- Object
- StandardError
- Mysigner::Upload::AscSubmitter::VersionInFlightError
- Defined in:
- lib/mysigner/upload/asc_submitter.rb
Overview
Raised when an appStoreVersion already exists for this marketing version but is in an in-flight state where we can neither edit it nor create a sibling (Apple rejects POST /v1/appStoreVersions with RELATIONSHIP.INVALID in that case). The message names the actual Apple state and the next user action (wait, cancel, or bump MARKETING_VERSION) so the CLI rescue can stay one-line.